Change rusty-hook to be pre-commit

This commit is contained in:
bitfl0wer 2023-05-28 11:43:03 +02:00
parent d50248cfe9
commit ebe80914d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[hooks]
pre-push = "cargo fmt --all -- --check --color always"
pre-commit = "cargo fmt -p chorus && exit 0"
[logging]
verbose = true