diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4107904..633be70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,3 +16,6 @@ repos: - id: go-fmt - id: go-imports - id: golangci-lint + args: + - --timeout=3m + - --verbose