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

Enable basic type checking for recorder (#52440)

* Enable basic type checking for recorder

* Tweak
This commit is contained in:
Erik Montnemery
2021-07-13 21:21:45 +02:00
committed by GitHub
parent 960684346f
commit 19d3aa71ad
7 changed files with 108 additions and 39 deletions

View File

@@ -152,7 +152,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.rachio.*",
"homeassistant.components.rainmachine.*",
"homeassistant.components.recollect_waste.*",
"homeassistant.components.recorder.*",
"homeassistant.components.reddit.*",
"homeassistant.components.ring.*",
"homeassistant.components.rpi_power.*",