Skip to content

Commit b31dea8

Browse files
chore: remove cargo check from pre-commit
cargo clippy does everything cargo check does, and more.
1 parent 5aab29b commit b31dea8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ repos:
1616
hooks:
1717
- id: fmt
1818
args: [--all, --]
19-
- id: cargo-check
20-
args: [--all-targets]
2119
- id: clippy
2220
args: [--all-targets, --, -D, warnings]
2321
- repo: local

0 commit comments

Comments
 (0)