Added enumerations

This commit is contained in:
Alex Root Junior 2022-11-22 22:09:48 +02:00
parent 964418f4f0
commit 3beecf851b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
30 changed files with 289 additions and 27 deletions

View file

@ -33,17 +33,17 @@ repos:
args: [ '--config=.flake8' ]
files: *files
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 0.2.0
hooks:
- id: sync_with_poetry
# - repo: https://github.com/floatingpurr/sync_with_poetry
# rev: 0.2.0
# hooks:
# - id: sync_with_poetry
- repo: https://github.com/python-poetry/poetry
rev: '1.2.1'
hooks:
- id: poetry-check
- id: poetry-lock
args: [ "--no-update" ]
# - id: poetry-lock
# args: [ "--no-update" ]
- id: poetry-export
args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ]
- id: poetry-export