mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
8 lines
133 B
Nix
8 lines
133 B
Nix
![]() |
{
|
||
|
pre-commit.settings.hooks = {
|
||
|
nixfmt-rfc-style.enable = true;
|
||
|
commitizen.enable = true;
|
||
|
statix.enable = true;
|
||
|
};
|
||
|
}
|