Skip to content

Commit 8f24131

Browse files
github-actions[bot]web-flowterriko
authored
chore: update pre-commit config (#4595)
* chore: update pre-commit config * chore: fix black version that works with py3.8 --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent 28c9bc0 commit 8f24131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
exclude: ^fuzz/generated/|bandit\.conf$
3535

3636
- repo: https://github.com/PyCQA/bandit
37-
rev: 1.7.10
37+
rev: 1.8.0
3838
hooks:
3939
- id: bandit
4040
exclude: ^fuzz/generated/

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pre-commit; python_version <= "3.8"
66
pre-commit==4.0.1; python_version > "3.8"
77
flake8; python_version < "3.8"
88
flake8==7.1.1; python_version >= "3.8"
9-
bandit==1.7.10
9+
bandit==1.8.0
1010
gitlint==v0.19.1
1111
interrogate
1212
mypy==v1.13.0

0 commit comments

Comments
 (0)