]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Ignore end-of-lines on generated Chart README
authorAlexander Bauer <sasha@linux.com>
Thu, 10 Nov 2022 02:24:04 +0000 (02:24 +0000)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sat, 3 Dec 2022 22:37:55 +0000 (14:37 -0800)
.pre-commit-config.yaml

index 919329b40e4dfd04d01912a8a6230df2a26944d1..eb45f72247bd4be5c51f14df411ba3396067d5a4 100644 (file)
@@ -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"