Add extra builtin dictionnary for codespell
This commit is contained in:
parent
7fbbce0032
commit
6d8e6e15cf
|
@ -55,4 +55,6 @@ repos:
|
||||||
rev: v2.1.0
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
args: [--ignore-words=.codespellignore]
|
args:
|
||||||
|
- --ignore-words=.codespellignore
|
||||||
|
- --builtin=clear,rare,informal
|
||||||
|
|
Loading…
Reference in New Issue