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 e91de23 commit a874fc0Copy full SHA for a874fc0
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
exclude: ^fuzz/generated/
22
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.19.0
+ rev: v3.19.1
25
hooks:
26
- id: pyupgrade
27
@@ -46,7 +46,7 @@ repos:
46
- id: gitlint
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.13.0
+ rev: v1.14.1
50
51
- id: mypy
52
additional_dependencies:
dev-requirements.txt
@@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8"
10
bandit==1.8.0; python_version > "3.8"
11
gitlint==v0.19.1
12
interrogate
13
-mypy==v1.13.0
+mypy==v1.14.1
14
pytest>=7.2.0
15
pytest-xdist
16
pytest-cov
0 commit comments