mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
15 lines
437 B
YAML
15 lines
437 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
|
rev: "v5.0.0"
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: check-added-large-files
|
|
- repo: "https://github.com/norwoodj/helm-docs"
|
|
rev: "v1.14.2"
|
|
hooks:
|
|
- id: helm-docs
|
|
args:
|
|
- --template-files=./README.md.gotmpl
|