diff --git a/.rusty-hook.toml b/.rusty-hook.toml index ba93a5f..7f5ba9c 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -1,6 +1,5 @@ [hooks] pre-commit = "cargo fmt --all" pre-push = "cargo build" -post-commit = "Ran pre-commit hook" [logging] verbose = true