Skip to content

Commit 2bdbf8f

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update pre-commit config
1 parent d3c608f commit 2bdbf8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

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

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.1
23+
rev: v3.15.2
2424
hooks:
2525
- id: pyupgrade
2626
exclude: ^fuzz/generated/
@@ -33,7 +33,7 @@ repos:
3333
exclude: ^fuzz/generated/|bandit\.conf$
3434

3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.7
36+
rev: 1.7.8
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.8.0
48+
rev: v1.9.0
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
@@ -2,13 +2,13 @@ black==24.3.0
22
isort; python_version < "3.8"
33
isort==5.13.2; python_version >= "3.8"
44
pre-commit; python_version <= "3.8"
5-
pre-commit==3.6.2; python_version > "3.8"
5+
pre-commit==3.7.0; python_version > "3.8"
66
flake8; python_version < "3.8"
77
flake8==7.0.0; python_version >= "3.8"
8-
bandit==1.7.7
8+
bandit==1.7.8
99
gitlint==v0.19.1
1010
interrogate
11-
mypy==v1.8.0
11+
mypy==v1.9.0
1212
pytest>=7.2.0
1313
pytest-xdist
1414
pytest-cov

0 commit comments

Comments
 (0)