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.
2 parents e7a03d4 + 871bbc1 commit 0d46d80Copy full SHA for 0d46d80
1 file changed
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- --remove-unused-variables
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: "7.2.0"
+ rev: "7.3.0"
31
hooks:
32
- id: flake8
33
additional_dependencies:
@@ -39,10 +39,10 @@ repos:
39
- "flake8-docstrings==1.7.0"
40
- "flake8-mutable==1.2.0"
41
- "flake8-pep3101==2.1.0"
42
- - "pep8-naming==0.14.1"
43
- - "pycodestyle==2.13.0"
+ - "pep8-naming==0.15.1"
+ - "pycodestyle==2.14.0"
44
- "pydocstyle==6.3.0"
45
- - "pyflakes==3.3.2"
+ - "pyflakes==3.4.0"
46
47
- repo: https://github.com/asottile/yesqa
48
rev: "v1.5.0"
0 commit comments