From: Alexander Bauer Date: Thu, 10 Nov 2022 02:21:29 +0000 (+0000) Subject: Ignore non-yaml Helm chart template X-Git-Tag: v1.10.2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf97f5807f6f5458ebe9d3b8336cf1b32d1f440c;p=thirdparty%2Fpaperless-ngx.git Ignore non-yaml Helm chart template --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8eacaa8c1..919329b40e 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