mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-29 18:41:16 +03:00
add cargo nightly clippy to rusty hook
This commit is contained in:
parent
4cac0aeb41
commit
c066aac684
@ -1,5 +1,5 @@
|
|||||||
[hooks]
|
[hooks]
|
||||||
pre-commit = "cargo +nightly fmt --all -- --check"
|
pre-commit = "cargo +nightly clippy && cargo +nightly fmt --all -- --check"
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
verbose = false
|
verbose = false
|
||||||
|
Loading…
Reference in New Issue
Block a user