pre-commit setup: fix spelling exceptions

This commit is contained in:
Fabian Neumann 2023-03-06 09:21:50 +01:00
parent aab7bfae44
commit 7f7ad55c31

View File

@ -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)/