Activate mypy in lifx (#54540)

This commit is contained in:
jan iversen 2021-08-16 12:41:35 +02:00 committed by GitHub
parent f684e4df34
commit 045b1ca6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1466,9 +1466,6 @@ ignore_errors = true
[mypy-homeassistant.components.kulersky.*]
ignore_errors = true
[mypy-homeassistant.components.lifx.*]
ignore_errors = true
[mypy-homeassistant.components.litejet.*]
ignore_errors = true

View File

@ -81,7 +81,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.konnected.*",
"homeassistant.components.kostal_plenticore.*",
"homeassistant.components.kulersky.*",
"homeassistant.components.lifx.*",
"homeassistant.components.litejet.*",
"homeassistant.components.litterrobot.*",
"homeassistant.components.lovelace.*",