Skip to content

Commit bf66eab

Browse files
github-actions[bot]web-flowterriko
authored
chore: update pre-commit config (#4992)
* chore: update pre-commit config * chore: hold black back until code changes are made * chore: hold black back until code changes are made --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent 94fd6ef commit bf66eab

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
@@ -29,7 +29,7 @@ repos:
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.2
32+
rev: 7.2.0
3333
hooks:
3434
- id: flake8
3535
exclude: ^fuzz/generated/|bandit\.conf$

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build
66
isort; python_version < "3.8"
77
isort==6.0.1; python_version >= "3.8"
88
pre-commit; python_version <= "3.8"
9-
pre-commit==4.1.0; python_version > "3.8"
9+
pre-commit==4.2.0; python_version > "3.8"
1010
codespell==v2.4.1
1111
flake8; python_version < "3.8"
12-
flake8==7.1.2; python_version >= "3.8"
12+
flake8==7.2.0; python_version >= "3.8"
1313
gitlint==v0.19.1
1414
interrogate
1515
jsonschema

0 commit comments

Comments
 (0)