fix ispell and mypy warnings

This commit is contained in:
mampfes
2020-12-31 12:52:08 +01:00
parent d894f541fa
commit 6a4c579bb3
3 changed files with 10 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ repos:
hooks:
- id: codespell
args:
- --ignore-words-list=hass,alot,datas,dof,dur,farenheit,hist,iff,ines,ist,lightsensor,mut,nd,pres,referer,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing
- --ignore-words-list=hass,alot,datas,dof,dur,farenheit,hist,iff,ines,ist,lightsensor,mut,nd,pres,referer,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing, Adresse, termine, adresse
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]