Skip to content

Commit

Permalink
Merge pull request #695 from plugwise/precommit
Browse files Browse the repository at this point in the history
Rework pre-commit prettier to biome
  • Loading branch information
CoMPaTech committed Aug 5, 2024
2 parents 360a363 + e6582e1 commit 916b26a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ repos:
hooks:
- id: yamllint
name: "Linting yaml"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
hooks:
- id: prettier
name: "Verifying/updating code with prettier"
- id: biome-lint
additional_dependencies: ["@biomejs/biome@1.8.3"]
name: "Verifying/updating code with biome (improved prettier)"
- repo: https://github.com/cdce8p/python-typing-update
rev: v0.6.0
hooks:
Expand Down

0 comments on commit 916b26a

Please sign in to comment.