ci(codespell): centralizes list of ignorable words (#17524)

This commit is contained in:
Jacob Gordon
2026-01-21 14:29:14 -06:00
committed by GitHub
parent cf89351691
commit 858f317f13
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[codespell] [codespell]
ignore-words-list = ans, als, hel, boostrap, childs, te, vas, hsa, ment ignore-words-list = ans, als, hel, boostrap, childs, te, vas, hsa, ment, cann, thi, makro, wil, rouge, PRIS
skip = *.json,*.jsonl,*.patch,*.txt skip = *.json,*.jsonl,*.patch,*.txt

View File

@@ -51,7 +51,7 @@ repos:
rev: v2.4.1 rev: v2.4.1
hooks: hooks:
- id: codespell - id: codespell
args: ['--config', '.codespellrc', '-L', 'cann,thi,makro,wil,rouge,PRIS'] args: ['--config', '.codespellrc']
exclude: | exclude: |
(?x)^( (?x)^(
test/srt/test_reasoning_parser\.py| test/srt/test_reasoning_parser\.py|