Ignore end-of-lines on generated Chart README

This commit is contained in:
Alexander Bauer 2022-11-10 02:24:04 +00:00 committed by Michael Shamoon
parent bf97f5807f
commit 72fb9a475d

View File

@ -18,7 +18,7 @@ repos:
exclude_types: exclude_types:
- svg - svg
- pofile - pofile
exclude: "(^LICENSE$)" exclude: "^(LICENSE|charts/paperless-ngx/README.md)$"
- id: mixed-line-ending - id: mixed-line-ending
args: args:
- "--fix=lf" - "--fix=lf"