From 17a070e99bd9f5efd842087889f14d8383ac105a Mon Sep 17 00:00:00 2001 From: Sam <61994039+fourthDimensional@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:59:50 -0500 Subject: [PATCH] Update pip-compile hook to use pyproject.toml instead of requirements.in --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56e99ea..b46af42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,4 +19,4 @@ repos: hooks: # Compile requirements - id: pip-compile - args: [ requirements.in, -o, requirements.txt ] \ No newline at end of file + args: [ pyproject.toml, -o, requirements.txt ] \ No newline at end of file