feat(commit-hooks): Add ruff

This commit is contained in:
Tom Hubrecht 2024-10-06 16:52:49 +02:00
parent 61bb59d244
commit c291112350
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -19,6 +19,11 @@ let
stages = [ "pre-push" ];
};
ruff = {
enable = true;
stages = [ "pre-push" ];
};
# Nix Hooks
statix = {
enable = true;