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

Enable type checks for stream component (#50527)

* Enable type checks for stream component

* Fix pylint
This commit is contained in:
Ruslan Sayfutdinov
2021-05-13 22:26:11 +01:00
committed by GitHub
parent e956a726a0
commit 35f304450c
8 changed files with 35 additions and 27 deletions

View File

@@ -197,7 +197,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.songpal.*",
"homeassistant.components.sonos.*",
"homeassistant.components.spotify.*",
"homeassistant.components.stream.*",
"homeassistant.components.stt.*",
"homeassistant.components.surepetcare.*",
"homeassistant.components.switchbot.*",