mirror of
https://github.com/kubernetes/autoscaler.git
synced 2025-02-06 10:02:26 +00:00
23 lines
659 B
YAML
23 lines
659 B
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
|
|
- hooks:
|
|
- id : update-flags
|
|
name: Update Cluster-Autoscaler Flags Table
|
|
entry: bash cluster-autoscaler/hack/update-faq-flags.sh
|
|
language: system
|
|
files: cluster-autoscaler/main\.go
|
|
repo: local
|