From d169c31d4ddcac49189c806e3135fa6c597f474c Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 23 Jun 2021 19:13:08 +0200 Subject: [PATCH] Apply suggestions from code review --- .pre-commit-hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f57f20f..728abce 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,3 +1,9 @@ +# This is a pre-commit hook definition, for more details see: +# https://pre-commit.com/#new-hooks +# +# The purpose of this hook is to restore Chart.yaml and values.yaml files +# that may have been updated by chartpress. +# - id: chartpress name: chartpress --reset files: (Chart|chartpress|values).ya?ml