feat: setup statix linter

This commit is contained in:
2026-02-22 12:02:26 +01:00
parent 0a6e024b78
commit e6cad243de
3 changed files with 13 additions and 1 deletions

View File

@@ -4,3 +4,11 @@ repos:
hooks:
- id: nixfmt-nix
args: [--, --check]
- repo: local
hooks:
- id: statix
name: statix
entry: statix check
language: system
files: \.nix$
pass_filenames: false