clan-core/flake-parts/pre-commit.nix
2023-07-12 19:50:23 +02:00

5 lines
124 B
Nix

{self, ...}: {
pre-commit.settings.hooks.alejandra.enable = true;
pre-commit.settings.hooks.shellcheck.enable = true;
}