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 f591748 commit 4aa60eeCopy full SHA for 4aa60ee
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
args: ["--py37-plus"]
17
18
- repo: https://github.com/pycqa/flake8
19
- rev: 7.1.2
+ rev: 7.2.0
20
hooks:
21
- id: flake8
22
exclude: ^fuzz/generated/
dev-requirements.txt
@@ -2,9 +2,9 @@ black==25.1.0
2
isort; python_version < "3.8"
3
isort==6.0.1; python_version >= "3.8"
4
pre-commit; python_version <= "3.8"
5
-pre-commit==4.1.0; python_version > "3.8"
+pre-commit==4.2.0; python_version > "3.8"
6
flake8; python_version < "3.8"
7
-flake8==7.1.2; python_version >= "3.8"
+flake8==7.2.0; python_version >= "3.8"
8
bandit==1.8.3
9
gitlint==v0.19.1
10
pytest
0 commit comments