| 123456789101112 |
- repos:
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v6.0.0 # this is optional, use `pre-commit autoupdate` to get the latest rev!
- hooks:
- - id: check-yaml
- - id: end-of-file-fixer
- - id: trailing-whitespace
- - id: check-added-large-files
- - repo: https://github.com/golangci/golangci-lint
- rev: v2.8.0
- hooks:
- - id: golangci-lint
|