Skip to content

Commit

Permalink
pre-commit: add local imports flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 28, 2024
1 parent 5883ade commit 1bc7b10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ repos:
hooks:
- id: go-imports
exclude: "pb\\.go$"
args:
- "-local"
- "go.mau.fi/mautrix-signal"
- "-w"
- id: go-vet-mod
#- id: go-staticcheck-repo-mod
# TODO: reenable this and fix all the problems
Expand Down

0 comments on commit 1bc7b10

Please sign in to comment.