Skip to content

Commit 62f230e

Browse files
committed
feat: add fmt to rusty hook
1 parent b375b15 commit 62f230e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.rusty-hook.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[hooks]
2-
pre-commit = "leptosfmt . && cargo clippy -- -D warnings"
2+
pre-commit = "cargo fmt --all && leptosfmt . && cargo clippy -- -D warnings"
33
post-commit = "echo yay"
44

55
[logging]
6-
verbose = true
6+
verbose = true
7+

0 commit comments

Comments
 (0)