Skip to content

Commit 85dd983

Browse files
committed
do not install pre-commit hooks
1 parent 2d171dd commit 85dd983

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nix/automation/configs.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ in {
4141
# };
4242
# };
4343
# };
44-
pre-commit = {
45-
commands = {
46-
treefmt = {
47-
run = "${nixpkgs.treefmt}/bin/treefmt --fail-on-change {staged_files}";
48-
};
49-
};
50-
};
44+
#pre-commit = {
45+
# commands = {
46+
# treefmt = {
47+
# run = "${nixpkgs.treefmt}/bin/treefmt --fail-on-change {staged_files}";
48+
# };
49+
# };
50+
#};
5151
};
5252
};
5353
prettier =

0 commit comments

Comments
 (0)