mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added more tests, update pyproject.toml
This commit is contained in:
parent
6fbc1bcfde
commit
d9f9ff74fe
8 changed files with 258 additions and 173 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.2.0
|
||||
|
|
@ -38,3 +36,15 @@ repos:
|
|||
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
|
||||
- id: poetry-export
|
||||
args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ]
|
||||
- id: poetry-export
|
||||
args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/docs.txt",
|
||||
"-E", "fast", "-E", "redis", "-E", "proxy", "-E", "i18n",
|
||||
"--with", "docs" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue