From 1f53ae973fbcf35690b96f03912e27e5e344004e Mon Sep 17 00:00:00 2001 From: mreid-tt <943378+mreid-tt@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:38:33 -0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: