leo/.rusty-hook.toml

6 lines
142 B
TOML
Raw Normal View History

2020-06-08 08:53:45 +03:00
[hooks]
2023-03-27 09:16:19 +03:00
pre-commit = "cargo clippy --workspace --all-targets --all-features && cargo +nightly fmt --all -- --check"
2020-06-08 08:53:45 +03:00
[logging]
2020-12-20 17:20:40 +03:00
verbose = true