We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d91e commit 077ce28Copy full SHA for 077ce28
.pre-commit-config.yaml
@@ -52,6 +52,18 @@ repos:
52
entry: uv run taplo lint
53
args:
54
- --default-schema-catalogs
55
+ - id: cargo-fmt # rustup component add rustfmt
56
+ name: Check rust (cargo fmt)
57
+ entry: cargo fmt --all --
58
+ language: system
59
+ types: [rust]
60
+ pass_filenames: false
61
+ - id: cargo-clippy # rustup component add clippy
62
+ name: Check rust (cargo clippy)
63
+ entry: cargo clippy --tests --all-features -- -D warnings
64
65
66
67
68
- repo: https://github.com/jendrikseipp/vulture
69
rev: v2.14
0 commit comments