disable typos because they keep checking exampledir

pull/201/head
phiresky 4 months ago
parent 89c47ebe1f
commit 28d1f014aa

@ -114,11 +114,7 @@
hooks = {
nixfmt.enable = true;
rustfmt.enable = true;
typos = {
enable = true;
types = [ "text" ];
excludes = [ "exampledir/*" ];
};
typos.enable = false;
};
};
};

Loading…
Cancel
Save