From 7b6807411fac4c74fb017d08334e1ffcc74f9100 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 8 Dec 2024 00:21:24 +0200 Subject: [PATCH] pre-commit: run tidy before vet --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad4b227..6e8281c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,9 +16,9 @@ repos: - "-local" - "go.mau.fi/gomuks" - "-w" + - id: go-mod-tidy - id: go-vet-repo-mod - id: go-staticcheck-repo-mod - - id: go-mod-tidy - repo: https://github.com/beeper/pre-commit-go rev: v0.3.1