Skip to content

Commit 2f865d5

Browse files
committed
Replace prettier with biome
1 parent 33479ae commit 2f865d5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ repos:
5151
rev: v1.35.1
5252
hooks:
5353
- id: yamllint
54-
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: v3.1.0
54+
- repo: https://github.com/biomejs/pre-commit
55+
rev: v0.4.0
5656
hooks:
57-
- id: prettier
57+
- id: biome-lint
58+
additional_dependencies: ["@biomejs/[email protected]"]
59+
name: "Verifying/updating code with biome (improved prettier)"
5860
- repo: https://github.com/cdce8p/python-typing-update
5961
rev: v0.6.0
6062
hooks:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Ongoing
44

55
- Ensure CI process remains operational
6-
- Bumped pip to uv
6+
- Bumped pip to now prepend uv for using quicker dependency resolving and installing
77
- As for latest HA Core USB team should rework to python 3.12 (not still 3.10)
88

99
## v0.31.4(a0)

0 commit comments

Comments
 (0)