feat: removed commitizen

This commit is contained in:
Nick 2025-04-21 13:44:49 -05:00
parent 2103cccccf
commit 5c92664d5d

View file

@ -1,7 +1,7 @@
{ {
pre-commit.settings.hooks = { pre-commit.settings.hooks = {
nixfmt.enable = true; nixfmt-rfc-style.enable = true;
commitizen.enable = true; # commitizen.enable = true;
statix.enable = true; statix.enable = true;
}; };
} }