Skip to content

Commit

Permalink
Replace prettier with biome
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Aug 4, 2024
1 parent 33479ae commit 2f865d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
hooks:
- id: prettier
- id: biome-lint
additional_dependencies: ["@biomejs/[email protected]"]
name: "Verifying/updating code with biome (improved prettier)"
- repo: https://github.com/cdce8p/python-typing-update
rev: v0.6.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Ongoing

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

## v0.31.4(a0)
Expand Down

0 comments on commit 2f865d5

Please sign in to comment.