mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
infra: add more codespell ignore words, prevent ans->and (#3513)
Signed-off-by: Zhenhuan Chen <chenzhh3671@gmail.com>
This commit is contained in:
parent
f99be2726f
commit
c0493523d0
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user