Skip to content

Commit 757ae68

Browse files
committed
update patch version of flake8 in pre-commit config
1 parent 9492193 commit 757ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://gitlab.com/pycqa/flake8
13-
rev: 3.7.4
13+
rev: 3.7.8
1414
hooks:
1515
- id: flake8
1616
args: ['--max-line-length=500', '--ignore=E203,E266,E501,W503', '--max-complexity=18', '--select=B,C,E,F,W,T4,B9']

0 commit comments

Comments
 (0)