diff --git a/.rusty-hook.toml b/.rusty-hook.toml index b1bd0ab..033f863 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -1,5 +1,5 @@ [hooks] -pre-push = "cargo fmt --all -- --check --color always" +pre-commit = "cargo fmt -p chorus && exit 0" [logging] verbose = true