Change rusty-hook to be pre-commit

This commit is contained in:
bitfl0wer 2023-05-28 11:43:03 +02:00
parent af9247ed11
commit dcc3ea59db
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
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