serene-rust-implementation/.rusty-hook.toml

7 lines
94 B
TOML
Raw Normal View History

2020-09-09 21:53:25 +01:00
[hooks]
pre-commit = "cargo fmt -- --check"
pre-push = "cargo test"
[logging]
verbose = true