Skip to content

Commit 4aa60ee

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update pre-commit config
1 parent f591748 commit 4aa60ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
args: ["--py37-plus"]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.2
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
exclude: ^fuzz/generated/

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ black==25.1.0
22
isort; python_version < "3.8"
33
isort==6.0.1; python_version >= "3.8"
44
pre-commit; python_version <= "3.8"
5-
pre-commit==4.1.0; python_version > "3.8"
5+
pre-commit==4.2.0; python_version > "3.8"
66
flake8; python_version < "3.8"
7-
flake8==7.1.2; python_version >= "3.8"
7+
flake8==7.2.0; python_version >= "3.8"
88
bandit==1.8.3
99
gitlint==v0.19.1
1010
pytest

0 commit comments

Comments
 (0)