infra: add more codespell ignore words, prevent ans->and (#3513)

Signed-off-by: Zhenhuan Chen <chenzhh3671@gmail.com>
This commit is contained in:
Zhenhuan Chen 2025-04-14 17:00:30 +08:00 committed by GitHub
parent f99be2726f
commit c0493523d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,8 @@ repos:
- id: codespell
additional_dependencies:
- tomli
args: ["-L", "Mor"]
# add ignore words list
args: ["-L", "Mor,ans"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks: