mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
14 lines
389 B
YAML
14 lines
389 B
YAML
|
repos:
|
||
|
- repo: https://github.com/norwoodj/helm-docs
|
||
|
rev: v1.2.0
|
||
|
hooks:
|
||
|
- id: helm-docs
|
||
|
args:
|
||
|
# Make the tool search for charts only under the `example-charts` directory
|
||
|
- --chart-search-root=charts
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.3.0
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|