ci(codespell): centralizes list of ignorable words (#17524)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[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
|
||||
|
||||
@@ -51,7 +51,7 @@ repos:
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ['--config', '.codespellrc', '-L', 'cann,thi,makro,wil,rouge,PRIS']
|
||||
args: ['--config', '.codespellrc']
|
||||
exclude: |
|
||||
(?x)^(
|
||||
test/srt/test_reasoning_parser\.py|
|
||||
|
||||
Reference in New Issue
Block a user