mirror of
https://github.com/RGBCube/alejandra
synced 2026-01-15 01:31:08 +00:00
| .. | ||
| README.md | ||
Pre-commit-hooks.nix integration
In order to use Alejandra with pre-commit-hooks.nix use a configuration file like the following:
{
pre-commit-check = pre-commit-hooks.lib.${system}.run {
hooks = {
alejandra.enable = true;
};
};
}