Skip to content

Commit 63e6664

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.6](astral-sh/ruff-pre-commit@v0.6.9...v0.9.6)
1 parent 59d561a commit 63e6664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ 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.15.0
1818
hooks:
1919
- id: mypy
2020
exclude: ^(tests/)
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: "7.1.1"
22+
rev: "7.1.2"
2323
hooks:
2424
- id: flake8
2525
additional_dependencies: [
2626
"git+https://github.com/RedHatQE/flake8-plugins.git",
2727
"flake8-mutable",
2828
]
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.14.0
30+
rev: v0.17.2
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.9.6
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format

0 commit comments

Comments
 (0)