mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Turn off mypy on tests folder
This commit is contained in:
parent
23c632b37b
commit
756412d784
3 changed files with 16 additions and 7 deletions
4
Makefile
4
Makefile
|
|
@ -86,11 +86,11 @@ flake8-report:
|
|||
|
||||
.PHONY: mypy
|
||||
mypy:
|
||||
$(py) mypy aiogram tests
|
||||
$(py) mypy aiogram
|
||||
|
||||
.PHONY: mypy-report
|
||||
mypy-report:
|
||||
$(py) mypy aiogram tests --html-report $(reports_dir)/typechecking
|
||||
$(py) mypy aiogram --html-report $(reports_dir)/typechecking
|
||||
|
||||
.PHONY: lint
|
||||
lint: isort black flake8 mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue