We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c360b commit 3f80d0fCopy full SHA for 3f80d0f
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
exclude: ^fuzz/generated/
21
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.16.0
+ rev: v3.17.0
24
hooks:
25
- id: pyupgrade
26
@@ -45,7 +45,7 @@ repos:
45
- id: gitlint
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.10.1
+ rev: v1.11.1
49
50
- id: mypy
51
additional_dependencies:
dev-requirements.txt
@@ -8,7 +8,7 @@ flake8==7.1.0; python_version >= "3.8"
8
bandit==1.7.9
9
gitlint==v0.19.1
10
interrogate
11
-mypy==v1.10.1
+mypy==v1.11.1
12
pytest>=7.2.0
13
pytest-xdist
14
pytest-cov
0 commit comments