mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Remove screenlogic from mypy ignore list (#64512)
* Adjust screenlogic * Adjust mypy_config * Adjust coordinator cast * Move cast higher up Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.profiler.*",
|
||||
"homeassistant.components.ring.*",
|
||||
"homeassistant.components.ruckus_unleashed.*",
|
||||
"homeassistant.components.screenlogic.*",
|
||||
"homeassistant.components.search.*",
|
||||
"homeassistant.components.sense.*",
|
||||
"homeassistant.components.sharkiq.*",
|
||||
|
||||
Reference in New Issue
Block a user