diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55f4cc9..f72a8b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: types: [file] pass_filenames: false - - repo: local - hooks: - - id: zlint - name: Run zlint - entry: zlint - args: ["--deny-warnings", "--fix"] - language: system - types: [zig] + # - repo: local + # hooks: + # - id: zlint + # name: Run zlint + # entry: zlint + # args: ["--deny-warnings", "--fix"] + # language: system + # types: [zig]