feat(commit-hooks): Add ruff
This commit is contained in:
parent
61bb59d244
commit
c291112350
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ let
|
|||
stages = [ "pre-push" ];
|
||||
};
|
||||
|
||||
ruff = {
|
||||
enable = true;
|
||||
stages = [ "pre-push" ];
|
||||
};
|
||||
|
||||
# Nix Hooks
|
||||
statix = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue