run codespell

This commit is contained in:
Robert Resch 2022-01-30 12:01:40 +01:00
parent 80f778c031
commit f80737c37b
5 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ repos:
hooks:
- id: codespell
args:
- --ignore-words-list=hass,deebot
- -L bumper
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]