This commit is contained in:
2024-05-03 12:25:20 +03:00
commit 8236ae0642
19 changed files with 452 additions and 0 deletions

6
.rusty-hook.toml Normal file
View File

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