fix all statix warnings and re-enable statix pre-commit
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -22,7 +22,7 @@ forEachSystem (system: {
|
||||
};
|
||||
## static analysis checks for nix
|
||||
nil.enable = true;
|
||||
statix.enable = false;
|
||||
statix.enable = true;
|
||||
|
||||
# json hooks
|
||||
check-json = {
|
||||
|
Reference in New Issue
Block a user