From: Alexander Bauer Date: Thu, 10 Nov 2022 02:24:04 +0000 (+0000) Subject: Ignore end-of-lines on generated Chart README X-Git-Tag: v1.10.2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fb9a475d1f48c5e3e6ac9a057e65989a0ddbf5;p=thirdparty%2Fpaperless-ngx.git Ignore end-of-lines on generated Chart README --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 919329b40e..eb45f72247 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"