Re-enable `typos` hook with `exampledir/` correctly excluded

This effectively reverts commit 28d1f014aa.
pull/201/head
Joseph LaFreniere 4 months ago
parent 424e293942
commit 9cb2d4ff2f
No known key found for this signature in database
GPG Key ID: AC48B8386212F1B4

@ -1,2 +1,5 @@
[default.extend-words]
als = "als"
[files]
extend-exclude = ["exampledir/*"]

@ -114,7 +114,7 @@
hooks = {
nixfmt.enable = true;
rustfmt.enable = true;
typos.enable = false;
typos.enable = true;
};
};
};

Loading…
Cancel
Save