# Cache bust: force rebuild for Go 1.26.0 compatibility
repos:
  - repo: https://github.com/golangci/golangci-lint
    rev: v1.63.4
    hooks:
      - id: golangci-lint
        entry: golangci-lint run
        language: golang
        require_serial: true
        types: [go]
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.6.0
    hooks:
      - id: end-of-file-fixer
