mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Remove ruckus unleashed from mypy ignore list (#64513)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
e56e25180b
commit
fceeafb5de
@ -25,7 +25,7 @@ async def async_setup_entry(
|
||||
"""Set up device tracker for Ruckus Unleashed component."""
|
||||
coordinator = hass.data[DOMAIN][entry.entry_id][COORDINATOR]
|
||||
|
||||
tracked = set()
|
||||
tracked: set[str] = set()
|
||||
|
||||
@callback
|
||||
def router_update():
|
||||
|
3
mypy.ini
3
mypy.ini
@ -2179,9 +2179,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.ring.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.ruckus_unleashed.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.search.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -68,7 +68,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.point.*",
|
||||
"homeassistant.components.profiler.*",
|
||||
"homeassistant.components.ring.*",
|
||||
"homeassistant.components.ruckus_unleashed.*",
|
||||
"homeassistant.components.search.*",
|
||||
"homeassistant.components.sense.*",
|
||||
"homeassistant.components.sharkiq.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user