chore: Add git hooks

This commit is contained in:
2025-01-11 15:55:00 -05:00
parent 820afa2171
commit bcf4664f0e
3 changed files with 112 additions and 2 deletions

5
.rusty-hook.toml Normal file
View File

@@ -0,0 +1,5 @@
[hooks]
pre-push = "cargo fmt --check && cargo test && cargo clippy -- -D warnings"
[logging]
verbose = true