Files
helm-charts/.pre-commit-config.yaml
Alex Lebens b9c9797ee3
All checks were successful
renovate / renovate (push) Successful in 39s
feat: add and update pre-commit
2026-03-15 16:56:41 -05:00

26 lines
707 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
- id: check-yaml
exclude: '^charts/.*/templates/.*$'
args:
- --multi
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/norwoodj/helm-docs
rev: v1.14.2
hooks:
- id: helm-docs
args:
- --chart-search-root=charts
- --template-files=./_templates.gotmpl
- --template-files=README.md.gotmpl
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.30
hooks:
- id: helmlint