Start linting with mypy
This commit is contained in:
parent
ceb40ee216
commit
3dbc1205d0
13 changed files with 24 additions and 6 deletions
|
@ -4,6 +4,7 @@ include ../../tools/python.mk
|
|||
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := liquidsoap pypo
|
||||
MYPY_ARG := liquidsoap pypo
|
||||
|
||||
lint: .pylint
|
||||
lint: .pylint .mypy
|
||||
clean: .clean
|
||||
|
|
|
@ -40,6 +40,7 @@ setup(
|
|||
extras_require={
|
||||
"prod": [],
|
||||
"dev": [
|
||||
"mypy",
|
||||
"pylint",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue