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

This commit is contained in:
Xuehai Pan 2026-03-31 20:10:55 +08:00
parent fe983b137a
commit 43015c916f
7 changed files with 22 additions and 14 deletions

View file

@ -104,6 +104,7 @@ spelling.spelling-dict = "en_US"
spelling.spelling-private-dict-file = "docs/source/spelling_wordlist.txt"
[tool.codespell]
builtin = "clear,rare,en-GB_to_en-US"
ignore-words = "docs/source/spelling_wordlist.txt"
[tool.ruff]