Skip to content

Commit 4e96ee9

Browse files
committed
pre-commit: ignore vira.hs
1 parent b7ec99f commit 4e96ee9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nix/modules/flake/pre-commit.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
fourmolu = {
1515
enable = true;
1616
package = config.fourmolu.wrapper;
17+
excludes = [ "vira\.hs" ];
18+
};
19+
hlint = {
20+
enable = true;
21+
excludes = [ "vira\.hs" ];
1722
};
18-
hlint.enable = true;
1923
};
2024
};
2125

0 commit comments

Comments
 (0)