We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9492193 commit 757ae68Copy full SHA for 757ae68
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
12
- repo: https://gitlab.com/pycqa/flake8
13
- rev: 3.7.4
+ rev: 3.7.8
14
hooks:
15
- id: flake8
16
args: ['--max-line-length=500', '--ignore=E203,E266,E501,W503', '--max-complexity=18', '--select=B,C,E,F,W,T4,B9']
0 commit comments