diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36c309e..a93c331 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,7 @@ repos: - id: fix-encoding-pragma args: ["--remove"] - id: requirements-txt-fixer + exclude: "^tests/fixtures/" - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: