mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Wtf. How it works?
This commit is contained in:
parent
ec58e309ad
commit
472505cc5e
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -76,12 +76,14 @@ isort:
|
|||
black:
|
||||
$(py) black aiogram tests
|
||||
|
||||
.PHONY: flake8
|
||||
flake8:
|
||||
$(py) flake8 aiogram test
|
||||
$(py) flake8 aiogram tests
|
||||
|
||||
.PHONY: flake8-report
|
||||
flake8-report:
|
||||
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
|
||||
mypy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue