Skip to content

Commit 731127a

Browse files
committed
fix: leptosfmt try format target
1 parent a1425e8 commit 731127a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rusty-hook.toml

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

55
[logging]

0 commit comments

Comments
 (0)