Skip to content

Commit 8f78b1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)
1 parent 59fcb05 commit 8f78b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.8.0
17+
rev: v1.9.0
1818
hooks:
1919
- id: mypy
2020
exclude: ^(tests/)
@@ -37,7 +37,7 @@ repos:
3737
- id: detect-secrets
3838
exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.2.2
40+
rev: v0.3.2
4141
hooks:
4242
- id: ruff
4343
- id: ruff-format

0 commit comments

Comments
 (0)