1
mirror of https://github.com/home-assistant/core synced 2024-07-12 07:21:24 +02:00

Remove ruckus unleashed from mypy ignore list (#64513)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet 2022-01-20 09:18:09 +01:00 committed by GitHub
parent e56e25180b
commit fceeafb5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View File

@ -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():

View File

@ -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

View File

@ -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.*",