2021-02-02 12:01:35 -08:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.4.0
|
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-merge-conflict
|
2023-09-19 13:18:01 -07:00
|
|
|
- repo: https://github.com/dnephin/pre-commit-golang
|
2021-02-02 12:01:35 -08:00
|
|
|
rev: v0.3.5
|
|
|
|
hooks:
|
|
|
|
- id: go-fmt
|
|
|
|
- id: go-imports
|
|
|
|
# - id: gometalinter
|
|
|
|
- id: golangci-lint
|