diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9f70ee81..c8eacaa8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - javascript - ts - markdown - exclude: "(^Pipfile\\.lock$)" + exclude: "(^Pipfile\\.lock$)|(^charts/paperless-ngx/README.md$)" # Python hooks - repo: https://github.com/asottile/reorder_python_imports rev: v3.9.0