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"