Skip to content

Commit 998634d

Browse files
committed
codepell check
1 parent 1a4f9b8 commit 998634d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix, --exit-non-zero-on-fix]
1212
- repo: https://github.com/codespell-project/codespell
1313
# Configuration for codespell is in pyproject.toml
14-
rev: v2.3.0
14+
rev: v2.4.1
1515
hooks:
1616
- id: codespell
1717
additional_dependencies:

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ click==8.2.1
3939
# via
4040
# black
4141
# pip-tools
42+
codespell==2.4.1
43+
# via appdaemon (pyproject.toml)
4244
deepdiff==8.2.0
4345
# via appdaemon (pyproject.toml)
4446
distlib==0.3.9

docs/HISTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
- Fixed an issue with entity get_state()
1313
- Fixed an issue with log()'s ascii_encode not being honored
1414
- Fixed an issue with assertions when checking input_boolean constraints
15-
16-
15+
- deliberate typeeekjhsdkfjh
1716
**Breaking Changes**
1817

1918
None

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ dev = [
5858
"black >= 23.1,< 25.2",
5959
'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
6060
"pytest >= 7.2.1,< 8.4.0",
61-
"ruff>= 0.0.261,< 0.7.0"
61+
"ruff >= 0.0.261,< 0.7.0",
62+
"codespell >= 2.4.1"
6263
]
6364

6465
# Dependencies required to build the documentation using sphinx
@@ -173,7 +174,7 @@ dev-dependencies = [
173174

174175
[tool.codespell]
175176
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
176-
skip = '.git*,*.svg,*.css,*.min.*,*.map,assets'
177+
skip = '.git*,*.svg,*.css,*.min.*,*.map,assets,.venv*'
177178
check-hidden = true
178179
# ignore-regex = ''
179180
ignore-words-list = 'hass,noone,dependee,dependees,whet'

0 commit comments

Comments
 (0)