Skip to content

Commit 94e178b

Browse files
committed
do the flake8 test last
1 parent 53d6c7e commit 94e178b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ repos:
88
- id: check-yaml
99
- id: debug-statements
1010
- id: check-ast
11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.7.9
13-
hooks:
14-
- id: flake8
15-
args:
16-
- --max-line-length=500
17-
- --ignore=E203,E266,E501,W503
18-
- --max-complexity=18
19-
- --select=B,C,E,F,W,T4,B9
2011
- repo: https://github.com/ambv/black
2112
rev: 19.10b0
2213
hooks:
@@ -41,3 +32,12 @@ repos:
4132
rev: v1.9.3
4233
hooks:
4334
- id: seed-isort-config
35+
- repo: https://gitlab.com/pycqa/flake8
36+
rev: 3.7.9
37+
hooks:
38+
- id: flake8
39+
args:
40+
- --max-line-length=500
41+
- --ignore=E203,E266,E501,W503
42+
- --max-complexity=18
43+
- --select=B,C,E,F,W,T4,B9

0 commit comments

Comments
 (0)