We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fde209 commit 67e9ea4Copy full SHA for 67e9ea4
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: check-json
15
- id: check-yaml
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v1.11.2
+ rev: v1.13.0
18
hooks:
19
- id: mypy
20
exclude: ^(tests/)
@@ -27,7 +27,7 @@ repos:
27
"flake8-mutable",
28
]
29
- repo: https://github.com/DavidAnson/markdownlint-cli2
30
- rev: v0.14.0
+ rev: v0.15.0
31
32
- id: markdownlint-cli2
33
- repo: https://github.com/Yelp/detect-secrets
@@ -36,7 +36,7 @@ repos:
36
- id: detect-secrets
37
exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.6.9
+ rev: v0.8.0
40
41
- id: ruff
42
- id: ruff-format
0 commit comments