build: disable zlint pre-commit hook for now

This commit is contained in:
Simon Hartcher 2025-06-04 12:35:58 +10:00
parent e43b827576
commit 36a894d776

View file

@ -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]