mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
pre-commit: update, enforce go mod tidy
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
3ebe0e18ce
commit
672ded60f9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
exclude_types: [markdown]
|
||||
|
|
@ -17,6 +17,7 @@ repos:
|
|||
- "maunium.net/go/mautrix"
|
||||
- "-w"
|
||||
- id: go-vet-repo-mod
|
||||
- id: go-mod-tidy
|
||||
|
||||
- repo: https://github.com/beeper/pre-commit-go
|
||||
rev: v0.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue