Files
rust/.rusty-hook.toml
2024-05-03 12:25:20 +03:00

7 lines
125 B
TOML

[hooks]
pre-commit = "cargo check && cargo clippy && cargo fmt -- --check"
pre-push = "cargo test"
[logging]
verbose = true