Skip to content

Commit 371f99e

Browse files
committed
CP review
1 parent 0901f89 commit 371f99e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Chores:
77
- Introduce prek (for pre-commit) & align with v2 gh-actions
88
- Remove biome (as prettier was reinstated)
9-
- Replace node-based markdownlint with pythonesk library
9+
- Replace node-based markdownlint with pythonic library
1010

1111
## v1.11.2
1212

requirements_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
coverage
66
ruff
77
mypy
8-
prek
8+
prek>=0.2.27
99
pylint
1010
pylint_strict_informational==0.1

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ fi
1919
# Install commit requirements
2020
uv pip install --upgrade -e . -r requirements_commit.txt -c https://raw.githubusercontent.com/home-assistant/core/dev/homeassistant/package_constraints.txt -r https://raw.githubusercontent.com/home-assistant/core/dev/requirements_test_pre_commit.txt
2121

22-
# Install pre-commit hook
22+
# Install prek/pre-commit hook
2323
prek install --install-hooks

scripts/setup_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mkdir -p ./tmp
2121
# Install test requirements
2222
uv pip install --upgrade -e . -r requirements_test.txt -c https://raw.githubusercontent.com/home-assistant/core/dev/homeassistant/package_constraints.txt -r https://raw.githubusercontent.com/home-assistant/core/dev/requirements_test.txt -r https://raw.githubusercontent.com/home-assistant/core/dev/requirements_test_pre_commit.txt
2323

24-
# Install prek hook unless running from within pre-commit
24+
# Install prek hook unless running from within prek/pre-commit
2525
if [ "$#" -eq 0 ]; then
2626
prek install --install-hooks
2727
fi

0 commit comments

Comments
 (0)