Fix version parsing

This commit is contained in:
Alex Root Junior 2021-02-07 19:04:26 +02:00
parent 66f0868f45
commit aebccd1139
6 changed files with 27 additions and 11 deletions

View file

@ -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: