Enable basic type checking in demo init (#66218)
* Enable basic type checking in demo init * Remove from mypy ignore list
This commit is contained in:
parent
e90143e5c9
commit
f17d66228c
3 changed files with 8 additions and 12 deletions
|
@ -38,7 +38,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
"homeassistant.components.deconz.services",
|
||||
"homeassistant.components.deconz.siren",
|
||||
"homeassistant.components.deconz.switch",
|
||||
"homeassistant.components.demo",
|
||||
"homeassistant.components.demo.fan",
|
||||
"homeassistant.components.demo.light",
|
||||
"homeassistant.components.demo.number",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue