pre-commit: run tidy before vet

This commit is contained in:
Tulir Asokan 2024-12-08 00:21:24 +02:00
parent d8ee580817
commit 7b6807411f

View file

@ -16,9 +16,9 @@ repos:
- "-local" - "-local"
- "go.mau.fi/gomuks" - "go.mau.fi/gomuks"
- "-w" - "-w"
- id: go-mod-tidy
- id: go-vet-repo-mod - id: go-vet-repo-mod
- id: go-staticcheck-repo-mod - id: go-staticcheck-repo-mod
- id: go-mod-tidy
- repo: https://github.com/beeper/pre-commit-go - repo: https://github.com/beeper/pre-commit-go
rev: v0.3.1 rev: v0.3.1