.pre-commit-config.yaml 388 B

123456789101112
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v6.0.0 # this is optional, use `pre-commit autoupdate` to get the latest rev!
  4. hooks:
  5. - id: check-yaml
  6. - id: end-of-file-fixer
  7. - id: trailing-whitespace
  8. - id: check-added-large-files
  9. - repo: https://github.com/golangci/golangci-lint
  10. rev: v2.8.0
  11. hooks:
  12. - id: golangci-lint