Skip to content

Commit 74082bb

Browse files
committed
fix: pre-commit
1 parent 6ab8d8f commit 74082bb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ repos:
4949
rev: v2.4.1
5050
hooks:
5151
- id: codespell
52-
args:
53-
- --skip=model.json
5452

5553
ci:
5654
autofix_commit_msg: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ docs = [
124124
[tool.codespell]
125125
ignore-words-list = 'hass'
126126
check-filenames = true
127-
skip = '*/translations/*.json,*/package-lock.json'
127+
skip = '*/translations/*.json,*/package-lock.json,*/model.json,*/library.json'

0 commit comments

Comments
 (0)