.pre-commit-config.yaml 392 B

123456789101112131415
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v4.4.0
  4. hooks:
  5. - id: trailing-whitespace
  6. exclude_types: [markdown]
  7. - id: end-of-file-fixer
  8. - id: check-yaml
  9. - id: check-added-large-files
  10. - repo: https://github.com/tekwizely/pre-commit-golang
  11. rev: v1.0.0-rc.1
  12. hooks:
  13. - id: go-imports-repo
  14. - id: go-vet-repo-mod