We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bec71 commit da6e2f3Copy full SHA for da6e2f3
1 file changed
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: check-ast # Simply check whether files parse as valid python
30
- id: check-docstring-first # Checks for a common error of placing code before the docstring
31
- repo: https://github.com/pycqa/flake8
32
- rev: 7.1.2
+ rev: 7.2.0
33
hooks:
34
- id: flake8
35
args: [--config=.flake8]
0 commit comments