From 7b58af2161f80def7b75e5f01bbc8a488cad8b70 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Tue, 17 Oct 2023 09:57:35 -0400 Subject: [PATCH] disable poetry-export hook --- .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 634004a..21b8908 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: hooks: - id: poetry-check # make sure the poetry configuration does not get committed in a broken state - id: poetry-lock # make sure the lock file is up-to-date when committing changes - - id: poetry-export # sync your requirements.txt file with your current dependencies + # - id: poetry-export # sync your requirements.txt file with your current dependencies # sqlfluff - repo: https://github.com/sqlfluff/sqlfluff