Skip to content

Commit b5263f9

Browse files
github-actions[bot]web-flowterriko
authored
chore: update pre-commit config (#4228)
Co-authored-by: GitHub <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent 45a88d8 commit b5263f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ repos:
2020
exclude: ^fuzz/generated/
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.2
23+
rev: v3.16.0
2424
hooks:
2525
- id: pyupgrade
2626
exclude: ^fuzz/generated/
2727
args: ["--py38-plus"]
2828

2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.0.0
30+
rev: 7.1.0
3131
hooks:
3232
- id: flake8
3333
exclude: ^fuzz/generated/|bandit\.conf$
3434

3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.8
36+
rev: 1.7.9
3737
hooks:
3838
- id: bandit
3939
exclude: ^fuzz/generated/
@@ -45,7 +45,7 @@ repos:
4545
- id: gitlint
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.10.0
48+
rev: v1.10.1
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ isort==5.13.2; python_version >= "3.8"
44
pre-commit; python_version <= "3.8"
55
pre-commit==3.7.1; python_version > "3.8"
66
flake8; python_version < "3.8"
7-
flake8==7.0.0; python_version >= "3.8"
8-
bandit==1.7.8
7+
flake8==7.1.0; python_version >= "3.8"
8+
bandit==1.7.9
99
gitlint==v0.19.1
1010
interrogate
11-
mypy==v1.10.0
11+
mypy==v1.10.1
1212
pytest>=7.2.0
1313
pytest-xdist
1414
pytest-cov

0 commit comments

Comments
 (0)