1 2 3
[hooks] pre-push = "cargo test --release" pre-commit = "cargo fmt --check && cargo clippy -- -D warnings"