We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600a28 commit 2cc18c2Copy full SHA for 2cc18c2
.pre-commit-config.yaml
@@ -1,12 +1,14 @@
1
repos:
2
+ - repo: https://github.com/doublify/pre-commit-rust
3
+ rev: v1.0
4
+ hooks:
5
+ - id: fmt
6
+ - id: clippy
7
+
8
- repo: https://github.com/pre-commit/mirrors-prettier
9
rev: v3.1.0
10
hooks:
11
- id: prettier
12
+ language: node
13
additional_dependencies:
14
- prettier@^3.4.1
- - repo: https://github.com/doublify/pre-commit-rust
- rev: v1.0
- hooks:
- - id: fmt
- - id: clippy
0 commit comments