ci(codespell): centralizes list of ignorable words (#17524)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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|
|
||||||
|
|||||||
Reference in New Issue
Block a user