Wtf. How it works?

This commit is contained in:
Alex Root Junior 2020-05-27 00:58:25 +03:00
parent ec58e309ad
commit 472505cc5e

View file

@ -76,12 +76,14 @@ isort:
black: black:
$(py) black aiogram tests $(py) black aiogram tests
.PHONY: flake8
flake8: flake8:
$(py) flake8 aiogram test $(py) flake8 aiogram tests
.PHONY: flake8-report
flake8-report: flake8-report:
mkdir -p $(reports_dir)/flake8 mkdir -p $(reports_dir)/flake8
$(py) flake8 --format=html --htmldir=$(reports_dir)/flake8 aiogram test $(py) flake8 --format=html --htmldir=$(reports_dir)/flake8 aiogram tests
.PHONY: mypy .PHONY: mypy
mypy: mypy: