mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added enumerations
This commit is contained in:
parent
964418f4f0
commit
3beecf851b
30 changed files with 289 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue