... | ... |
@@ -10,7 +10,7 @@ repos: |
10 | 10 |
- id: end-of-file-fixer |
11 | 11 |
- id: trailing-whitespace |
12 | 12 |
- repo: https://gitlab.com/pycqa/flake8 |
13 |
- rev: 3.7.4 |
|
13 |
+ rev: 3.7.8 |
|
14 | 14 |
hooks: |
15 | 15 |
- id: flake8 |
16 | 16 |
args: ['--max-line-length=500', '--ignore=E203,E266,E501,W503', '--max-complexity=18', '--select=B,C,E,F,W,T4,B9'] |