reorder pre commit config to go fastest -> slowest

This commit is contained in:
Emil Lerch 2025-12-19 14:38:33 -08:00
parent 0a175c55d3
commit 9eabc8b0ce
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -12,6 +12,17 @@ repos:
rev: v0.3.0
hooks:
- id: zig-fmt
- repo: local
hooks:
- id: zlint
name: Run zlint
entry: zlint
args: ["--deny-warnings", "--fix"]
language: system
types: [zig]
- repo: https://github.com/batmac/pre-commit-zig
rev: v0.3.0
hooks:
- id: zig-build
- repo: local
hooks:
@ -22,9 +33,3 @@ repos:
language: system
types: [file]
pass_filenames: false
- id: zlint
name: Run zlint
entry: zlint
args: ["--deny-warnings", "--fix"]
language: system
types: [zig]