Activate mypy for eafm (#53184)

pull/53191/head
jan iversen 2021-07-19 13:05:13 +02:00 committed by GitHub
parent 78ef02f4d9
commit 0802dd4293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1143,9 +1143,6 @@ ignore_errors = true
[mypy-homeassistant.components.dynalite.*]
ignore_errors = true
[mypy-homeassistant.components.eafm.*]
ignore_errors = true
[mypy-homeassistant.components.edl21.*]
ignore_errors = true

View File

@ -43,7 +43,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.directv.*",
"homeassistant.components.doorbird.*",
"homeassistant.components.dynalite.*",
"homeassistant.components.eafm.*",
"homeassistant.components.edl21.*",
"homeassistant.components.elkm1.*",
"homeassistant.components.emonitor.*",