We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc01ecc commit acb366cCopy full SHA for acb366c
.pre-commit-config.yaml
@@ -13,11 +13,6 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
16
- - repo: https://github.com/abravalheri/validate-pyproject
17
- rev: v0.24.1
18
- hooks:
19
- - id: validate-pyproject
20
-
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
rev: v0.11.11
23
hooks:
@@ -35,6 +30,11 @@ repos:
35
30
args: ["--all-features", "--", "--write"]
36
31
- id: cargo-check
37
32
33
+ - repo: https://github.com/pre-commit/mirrors-prettier
34
+ rev: v2.6.0
+ hooks:
+ - id: prettier
+
38
- repo: https://github.com/commitizen-tools/commitizen
39
rev: v4.8.2
40
0 commit comments