diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c8d0e3..599560b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,6 +40,8 @@ repos: - id: pretty-format-json args: - --autofix + # Exclude all Pipfile.lock files + exclude: .*/Pipfile\.lock$ - id: requirements-txt-fixer - id: trailing-whitespace