Skip to content

Commit da86f5f

Browse files
committed
fix(build): pre commit update
1 parent 0c2a0f4 commit da86f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# If your hooks are intrusive, avoid running on each commit with a default_states like this:
77
# default_stages = ["manual" "push"];
88
hooks = {
9-
prettier.enable = true;
9+
# prettier.enable = true;
1010
shellcheck.enable = true;
1111
};
1212
};

0 commit comments

Comments
 (0)