Skip to content

Commit 6e5f1cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.14.0...v0.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.9...v0.8.1)
1 parent 4fde209 commit 6e5f1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-json
1515
- id: check-yaml
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.11.2
17+
rev: v1.13.0
1818
hooks:
1919
- id: mypy
2020
exclude: ^(tests/)
@@ -27,7 +27,7 @@ repos:
2727
"flake8-mutable",
2828
]
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.14.0
30+
rev: v0.15.0
3131
hooks:
3232
- id: markdownlint-cli2
3333
- repo: https://github.com/Yelp/detect-secrets
@@ -36,7 +36,7 @@ repos:
3636
- id: detect-secrets
3737
exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.6.9
39+
rev: v0.8.1
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format

0 commit comments

Comments
 (0)