From bf97f5807f6f5458ebe9d3b8336cf1b32d1f440c Mon Sep 17 00:00:00 2001 From: Alexander Bauer Date: Thu, 10 Nov 2022 02:21:29 +0000 Subject: [PATCH] Ignore non-yaml Helm chart template --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8eacaa8c..919329b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: - id: check-json exclude: "tsconfig.*json" - id: check-yaml + exclude: "charts/paperless-ngx/templates/common.yaml" - id: check-toml - id: check-executables-have-shebangs - id: end-of-file-fixer