clan-core/flake-parts/pre-commit.nix

5 lines
120 B
Nix

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