/ .rusty-hook.toml
.rusty-hook.toml
1  [hooks]
2  pre-commit = "cargo clippy --workspace --all-targets --all-features -- -D warnings && cargo +nightly fmt --all -- --check"
3  
4  [logging]
5  verbose = true