Skip to content

Commit acb366c

Browse files
committed
feat: initial commit
1 parent bc01ecc commit acb366c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515

16-
- repo: https://github.com/abravalheri/validate-pyproject
17-
rev: v0.24.1
18-
hooks:
19-
- id: validate-pyproject
20-
2116
- repo: https://github.com/astral-sh/ruff-pre-commit
2217
rev: v0.11.11
2318
hooks:
@@ -35,6 +30,11 @@ repos:
3530
args: ["--all-features", "--", "--write"]
3631
- id: cargo-check
3732

33+
- repo: https://github.com/pre-commit/mirrors-prettier
34+
rev: v2.6.0
35+
hooks:
36+
- id: prettier
37+
3838
- repo: https://github.com/commitizen-tools/commitizen
3939
rev: v4.8.2
4040
hooks:

0 commit comments

Comments
 (0)