Skip to content

Commit 6dc1598

Browse files
committed
fix flake8
supercedes #3
1 parent 4abb348 commit 6dc1598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- id: debug-statements
1414
- id: trailing-whitespace
1515

16-
- repo: https://gitlab.com/pycqa/flake8
17-
rev: 3.7.9
16+
- repo: https://github.com/pycqa/flake8
17+
rev: 3.9.2
1818
hooks:
1919
- id: flake8
2020
additional_dependencies: [pep8-naming]

0 commit comments

Comments
 (0)