Skip to content

Commit 59de1db

Browse files
committed
Improve/clean-up codespell
1 parent cd3b820 commit 59de1db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ repos:
3333
rev: v2.4.1
3434
hooks:
3535
- id: codespell
36+
name: "Check Code Spelling"
3637
args:
37-
- --ignore-words-list=aiport,astroid,checkin,currenty,hass,iif,incomfort,lookin,nam,NotIn,leeg # HA-core copied, self-added: leeg (Dutch for empty)
38+
- --ignore-words-list=aiport,astroid,checkin,currenty,hass,iif,incomfort,lookin,nam,NotIn
3839
- --skip="./.*,*.csv,*.json,*.ambr"
3940
- --quiet-level=2
4041
exclude_types: [csv, json]
41-
exclude: ^tests/fixtures/|homeassistant/generated/|tests/components/.*/snapshots/
42+
exclude: ^userdata/|^fixtures/
4243
- repo: https://github.com/PyCQA/bandit
4344
rev: 1.8.3
4445
hooks:

0 commit comments

Comments
 (0)