diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f151c4..45dea5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,11 @@ repos: rev: 1.8.5 hooks: - id: poetry-export - args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"] + name: poetry-export + entry: poetry export --without-hashes -f requirements.txt -o requirements.txt + language: system + types: [file] + files: ^pyproject\.toml$ - repo: https://github.com/psf/black rev: 23.3.0 hooks: