Remove pioneer from mypy ignore list (#64515)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-01-20 09:44:45 +01:00
committed by GitHub
parent 09920f5303
commit 921a554b9e
3 changed files with 1 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ CONF_SOURCES = "sources"
DEFAULT_NAME = "Pioneer AVR"
DEFAULT_PORT = 23 # telnet default. Some Pioneer AVRs use 8102
DEFAULT_TIMEOUT = None
DEFAULT_SOURCES = {}
DEFAULT_SOURCES: dict[str, str] = {}
SUPPORT_PIONEER = (
SUPPORT_PAUSE

View File

@@ -2155,9 +2155,6 @@ ignore_errors = true
[mypy-homeassistant.components.philips_js.*]
ignore_errors = true
[mypy-homeassistant.components.pioneer.*]
ignore_errors = true
[mypy-homeassistant.components.plaato.*]
ignore_errors = true

View File

@@ -60,7 +60,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.onvif.*",
"homeassistant.components.ozw.*",
"homeassistant.components.philips_js.*",
"homeassistant.components.pioneer.*",
"homeassistant.components.plaato.*",
"homeassistant.components.plex.*",
"homeassistant.components.plugwise.*",