Skip to content

Commit a1db88d

Browse files
committed
feat: initial commit
1 parent 6df0f97 commit a1db88d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ repos:
6060
- id: prettier
6161
name: Prettier
6262

63+
- repo: https://github.com/doublify/pre-commit-rust
64+
rev: master
65+
hooks:
66+
- id: fmt
67+
- id: clippy
68+
args: ["--all-features", "--", "--write"]
69+
- id: cargo-check
70+
6371
- repo: https://github.com/commitizen-tools/commitizen
6472
rev: v4.8.2
6573
hooks:

0 commit comments

Comments
 (0)