mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix version parsing
This commit is contained in:
parent
66f0868f45
commit
aebccd1139
6 changed files with 27 additions and 11 deletions
4
Makefile
4
Makefile
|
|
@ -70,11 +70,11 @@ clean:
|
|||
|
||||
.PHONY: isort
|
||||
isort:
|
||||
$(py) isort aiogram tests
|
||||
$(py) isort aiogram tests scripts
|
||||
|
||||
.PHONY: black
|
||||
black:
|
||||
$(py) black aiogram tests
|
||||
$(py) black aiogram tests scripts
|
||||
|
||||
.PHONY: flake8
|
||||
flake8:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue