repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: ^charts/crds/.*\.yaml$ - id: trailing-whitespace exclude: ^charts/crds/.*\.yaml$ - id: check-added-large-files - id: check-merge-conflict - id: detect-private-key - repo: local hooks: - id: go-fmt name: go fmt entry: gofmt -l -w . language: system types: [go] - id: go-test name: go test entry: go test ./... language: system pass_filenames: false - repo: https://github.com/golangci/golangci-lint rev: v2.3.1 hooks: - id: golangci-lint entry: golangci-lint run args: [--timeout=5m] - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.45.0 hooks: - id: markdownlint args: [--disable, MD013, MD002] - repo: https://github.com/jumanjihouse/pre-commit-hooks rev: 3.0.0 hooks: - id: shellcheck