1
0
Fork 0

Add excludes

This commit is contained in:
Malte Brandy 2022-03-08 03:31:42 +01:00
parent c64a62a060
commit 02b2ff76d9

View file

@ -3,6 +3,7 @@ let
in {
pre-commit-check = nix-pre-commit-hooks.run {
src = ./.;
excludes = ["nix/*"];
hooks = {
hlint.enable = true;
alejandra.enable = true;