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

This commit is contained in:
Xuehai Pan 2026-01-12 23:47:21 +08:00
parent 75fc7b4c65
commit 5cc0e40f98
2 changed files with 8 additions and 3 deletions

View file

@ -29,7 +29,7 @@ repos:
args: [--ignore-case]
files: ^docs/source/spelling_wordlist\.txt$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.9
rev: v0.14.11
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
@ -41,7 +41,7 @@ repos:
- id: codespell
additional_dependencies: [".[toml]"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
exclude: |