Enable type checking with mypy

This commit is contained in:
Pierre Ståhl
2020-09-23 18:03:15 +02:00
parent 02a2f08c40
commit 98612a0d70
3 changed files with 19 additions and 4 deletions

View File

@@ -33,8 +33,5 @@ commands =
pydocstyle -v custom_components
[testenv:typing]
whitelist_externals =
true
commands =
true
#mypy --ignore-missing-imports --follow-imports=skip custom_components
mypy --ignore-missing-imports --follow-imports=skip custom_components