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

This commit is contained in:
Xuehai Pan 2025-07-30 14:35:05 +08:00
parent f9ff0de87c
commit a0e2d8cfcd

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.5
rev: v0.12.7
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.17.0
rev: v1.17.1
hooks:
- id: mypy
exclude: |