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

Enable basic type checking for cloud (#55337)

* Enable basic type checking for cloud

* Update mypy settings

* Address review comment

* Fix rebase mistakes

* Correct decorator order
This commit is contained in:
Erik Montnemery
2021-11-17 09:07:01 +01:00
committed by GitHub
parent 593bc866f0
commit dec54488e8
6 changed files with 31 additions and 29 deletions

View File

@@ -17,7 +17,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.awair.*",
"homeassistant.components.blueprint.*",
"homeassistant.components.climacell.*",
"homeassistant.components.cloud.*",
"homeassistant.components.config.*",
"homeassistant.components.conversation.*",
"homeassistant.components.deconz.*",