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