Add mypy support

This commit is contained in:
Christoph Burgdorf
2019-04-26 15:59:33 +02:00
parent 3c1bbfe738
commit 720b2cf3d2
3 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,7 @@ extras_require = {
'lint': [
"flake8==3.4.1",
"isort>=4.2.15,<5",
"mypy==0.701",
"pydocstyle>=3.0.0,<4",
],
'doc': [