[hooks] pre-commit = "cargo fmt --check && cargo clippy -- -Dwarnings && cargo test" pre-push = "cargo fmt --check && cargo clippy -- -Dwarnings"