Skip to content

Commit 9134329

Browse files
committed
Bump flake8 and isort pre-commit dependencies
1 parent 52676b9 commit 9134329

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v3.4.0
4+
hooks:
5+
- id: debug-statements
26
- repo: https://github.com/psf/black
37
rev: 20.8b1
48
hooks:
59
- id: black
6-
args:
7-
- --safe
8-
- --quiet
9-
- repo: https://gitlab.com/pycqa/flake8
10-
rev: 3.8.3
10+
args: [--safe, --quiet]
11+
- repo: https://github.com/PyCQA/flake8
12+
rev: 3.9.0
1113
hooks:
1214
- id: flake8
1315
- repo: https://github.com/PyCQA/isort
14-
rev: 5.5.2
16+
rev: 5.8.0
1517
hooks:
1618
- id: isort

0 commit comments

Comments
 (0)