Skip to content

Commit 09314fc

Browse files
authored
chore: Add cargo-machete hook to pre-commit config
1 parent 7f65e2c commit 09314fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ repos:
1515
- id: debug-statements
1616
- id: mixed-line-ending
1717
args: ["--fix=lf"]
18+
- repo: https://github.com/bnjbvr/cargo-machete
19+
rev: v0.9.1
20+
hooks:
21+
- id: cargo-machete

0 commit comments

Comments
 (0)