We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb348 commit 6dc1598Copy full SHA for 6dc1598
1 file changed
.pre-commit-config.yaml
@@ -13,8 +13,8 @@ repos:
13
- id: debug-statements
14
- id: trailing-whitespace
15
16
-- repo: https://gitlab.com/pycqa/flake8
17
- rev: 3.7.9
+- repo: https://github.com/pycqa/flake8
+ rev: 3.9.2
18
hooks:
19
- id: flake8
20
additional_dependencies: [pep8-naming]
0 commit comments