From 72fb9a475d1f48c5e3e6ac9a057e65989a0ddbf5 Mon Sep 17 00:00:00 2001 From: Alexander Bauer Date: Thu, 10 Nov 2022 02:24:04 +0000 Subject: [PATCH] Ignore end-of-lines on generated Chart README --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 919329b40..eb45f7224 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: exclude_types: - svg - pofile - exclude: "(^LICENSE$)" + exclude: "^(LICENSE|charts/paperless-ngx/README.md)$" - id: mixed-line-ending args: - "--fix=lf"