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