pre-commit setup: fix spelling exceptions
This commit is contained in:
parent
aab7bfae44
commit
7f7ad55c31
@ -33,7 +33,7 @@ repos:
|
||||
rev: v2.2.2
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,Appartment,bage,ore,setis,Tabacco'] # Ignore capital case words, e.g. country codes
|
||||
args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco'] # Ignore capital case words, e.g. country codes
|
||||
types_or: [python, rst, markdown]
|
||||
files: ^(scripts|doc)/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user