From c7a85de5799ee4123d157047e3b440015b147ac1 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 25 Oct 2022 22:43:00 +0300 Subject: [PATCH] Update pre-commit, disable poetry update on commit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48d69c5c..109dbdee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,7 @@ repos: hooks: - id: poetry-check - id: poetry-lock + args: [ "--no-update" ] - id: poetry-export args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ] - id: poetry-export