1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove evohome climate from mypy ignore list (#75169)

* Remove evohome climate from mypy ignore list

* Raise error
This commit is contained in:
epenet
2022-07-14 13:46:37 +02:00
committed by GitHub
parent c260413e2a
commit e16bd1e471
4 changed files with 15 additions and 26 deletions

View File

@@ -19,7 +19,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.client",
"homeassistant.components.cloud.http_api",
"homeassistant.components.evohome",
"homeassistant.components.evohome.climate",
"homeassistant.components.minecraft_server",
"homeassistant.components.minecraft_server.helpers",
"homeassistant.components.minecraft_server.sensor",