Update pre-commit, disable poetry update on commit

This commit is contained in:
Alex Root Junior 2022-10-25 22:43:00 +03:00
parent 1e60e10997
commit c7a85de579
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -42,6 +42,7 @@ repos:
hooks: hooks:
- id: poetry-check - id: poetry-check
- id: poetry-lock - id: poetry-lock
args: [ "--no-update" ]
- id: poetry-export - id: poetry-export
args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ] args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ]
- id: poetry-export - id: poetry-export