chore(pre-commit): update pre-commit hooks

This commit is contained in:
Xuehai Pan 2025-07-18 13:07:04 +08:00
parent 1b5dabfd6b
commit c8dd200416
2 changed files with 7 additions and 3 deletions

View file

@ -26,7 +26,7 @@ repos:
fail_fast: true
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.2
rev: v0.12.5
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
@ -38,7 +38,7 @@ repos:
- id: codespell
additional_dependencies: [".[toml]"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.1
rev: v1.17.0
hooks:
- id: mypy
exclude: |