mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 19:47:45 +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;
};
};
}