Skip to content

Commit 3f80d0f

Browse files
chore: update pre-commit config (#4297)
Co-authored-by: GitHub <[email protected]>
1 parent 84c360b commit 3f80d0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.16.0
23+
rev: v3.17.0
2424
hooks:
2525
- id: pyupgrade
2626
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.1
48+
rev: v1.11.1
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ flake8==7.1.0; python_version >= "3.8"
88
bandit==1.7.9
99
gitlint==v0.19.1
1010
interrogate
11-
mypy==v1.10.1
11+
mypy==v1.11.1
1212
pytest>=7.2.0
1313
pytest-xdist
1414
pytest-cov

0 commit comments

Comments
 (0)