Start linting with mypy

This commit is contained in:
jo 2021-09-10 14:41:51 +02:00
parent ceb40ee216
commit 3dbc1205d0
13 changed files with 24 additions and 6 deletions

View file

@ -4,6 +4,7 @@ include ../tools/python.mk
PIP_INSTALL := --editable .[dev]
PYLINT_ARG := libretimeapi
MYPY_ARG := libretimeapi
lint: .pylint
lint: .pylint .mypy
clean: .clean

View file

@ -34,6 +34,7 @@ setup(
],
"dev": [
"psycopg2-binary",
"mypy",
"pylint",
],
},