We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8593e1f + aeba1ac commit 41befe3Copy full SHA for 41befe3
.pre-commit-config.yaml
@@ -92,10 +92,12 @@ repos:
92
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh test_and_coverage'
93
language: script
94
pass_filenames: false
95
- - repo: https://github.com/pre-commit/mirrors-prettier
96
- rev: v4.0.0-alpha.8
+ - repo: https://github.com/biomejs/pre-commit
+ rev: v0.4.0
97
hooks:
98
- - id: prettier
+ - id: biome-lint
99
+ additional_dependencies: ["@biomejs/biome@1.8.3"]
100
+ name: "Verifying/updating code with biome (improved prettier)"
101
- repo: https://github.com/igorshubovych/markdownlint-cli
102
rev: v0.41.0
103
.prettierignore
0 commit comments