Skip to content

Commit afb7e48

Browse files
committed
Skip codespell for xml-files
1 parent 97a4d52 commit afb7e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: codespell
4040
args:
4141
- --ignore-words-list=hass,alot,datas,dof,dur,ether,farenheit,hist,iff,iif,ines,ist,lightsensor,mut,nd,pres,referer,rime,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing,iam,incomfort,ba,haa,pullrequests,Leeg
42-
- --skip="./.*,*.csv,*.json"
42+
- --skip="./.*,*.csv,*.json,*.xml"
4343
- --quiet-level=2
4444
exclude_types: [csv, json]
4545
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)