https://github.com/kubernetes/autoscaler
Raw File
Tip revision: 1c695d84070a903eaf6e207f082f0bb8817ad4ca authored by Kubernetes Prow Robot on 03 February 2022, 10:13:45 UTC
Merge pull request #4578 from dschunack/patch1
Tip revision: 1c695d8
.pre-commit-config.yaml
repos:
  - hooks:
      - id: end-of-file-fixer
      - id: trailing-whitespace
    repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.1.0
  - hooks:
      - id: helmlint
    repo: https://github.com/gruntwork-io/pre-commit
    rev: v0.1.9
  - hooks:
      - id: helm-docs
        files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
    repo: https://github.com/norwoodj/helm-docs
    rev: v1.3.0
back to top