pre-commit: add go mod tidy hook

This commit is contained in:
Tulir Asokan 2024-10-07 17:11:12 +03:00
parent 7a6eabf25f
commit 66837540f0

View file

@ -18,6 +18,7 @@ repos:
- "-w"
- 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