Skip to content

Commit f79b358

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.3...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 440ba04 commit f79b358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: pyupgrade
1414
args: ['--keep-runtime-typing', '--py39-plus']
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.3
16+
rev: v0.12.7
1717
hooks:
1818
- id: ruff-check
1919
args: ['--fix', '--exit-non-zero-on-fix']
@@ -26,7 +26,7 @@ repos:
2626
additional_dependencies:
2727
- toml
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.1
29+
rev: v1.17.1
3030
hooks:
3131
- id: mypy
3232
# warn-unused-ignores is unsafe with pre-commit, see

0 commit comments

Comments
 (0)