Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.7.3](astral-sh/ruff-pre-commit@v0.6.9...v0.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent 4fde209 commit 7b3c5f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-json
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
exclude: ^(tests/)
Expand All @@ -27,7 +27,7 @@ repos:
"flake8-mutable",
]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.14.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/Yelp/detect-secrets
Expand All @@ -36,7 +36,7 @@ repos:
- id: detect-secrets
exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.3
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 7b3c5f1

Please sign in to comment.