... | ... |
@@ -8,15 +8,6 @@ repos: |
8 | 8 |
- id: check-yaml |
9 | 9 |
- id: debug-statements |
10 | 10 |
- 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 |
|
20 | 11 |
- repo: https://github.com/ambv/black |
21 | 12 |
rev: 19.10b0 |
22 | 13 |
hooks: |
... | ... |
@@ -41,3 +32,12 @@ repos: |
41 | 32 |
rev: v1.9.3 |
42 | 33 |
hooks: |
43 | 34 |
- 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 |