mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Remove pioneer from mypy ignore list (#64515)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
09920f5303
commit
921a554b9e
@ -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
|
||||
|
3
mypy.ini
3
mypy.ini
@ -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
|
||||
|
||||
|
@ -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.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user