We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974d979 + dae3c26 commit a3112abCopy full SHA for a3112ab
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
#- "--exit-non-zero-on-fix"
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.10.1
+ rev: v1.11.1
30
hooks:
31
- id: mypy
32
exclude: "conftest\\.py$"
@@ -36,7 +36,7 @@ repos:
36
- types-requests
37
38
- repo: https://github.com/psf/black
39
- rev: 24.4.2
+ rev: 24.8.0
40
41
- id: black
42
@@ -51,7 +51,7 @@ repos:
51
- id: markdownlint-fix
52
53
- repo: https://github.com/twisted/towncrier
54
- rev: 23.11.0
+ rev: 24.7.1
55
56
- id: towncrier-check
57
files: $changelog\.d/
0 commit comments