summaryrefslogtreecommitdiffstats
path: root/.rusty-hook.toml
blob: 96caa0cb2e061f20f124b33243af1c80dbb2b866 (plain)
1
2
3
4
5
[hooks]
pre-commit = "cargo fmt --all --verbose && markdownlint-cli2 --config .markdownlint.json *.md && codespell -L crate -w src/*.rs *.md tests/*.rs *.toml && cargo test && cargo clippy"

[logging]
verbose = true