mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Activate mypy for Sony Songpal (#53655)
This commit is contained in:
parent
e4fe27061a
commit
8500afa5d9
3
mypy.ini
3
mypy.ini
@ -1660,9 +1660,6 @@ ignore_errors = true
|
|||||||
[mypy-homeassistant.components.sonarr.*]
|
[mypy-homeassistant.components.sonarr.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
[mypy-homeassistant.components.songpal.*]
|
|
||||||
ignore_errors = true
|
|
||||||
|
|
||||||
[mypy-homeassistant.components.sonos.*]
|
[mypy-homeassistant.components.sonos.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
|
@ -153,7 +153,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||||||
"homeassistant.components.somfy.*",
|
"homeassistant.components.somfy.*",
|
||||||
"homeassistant.components.somfy_mylink.*",
|
"homeassistant.components.somfy_mylink.*",
|
||||||
"homeassistant.components.sonarr.*",
|
"homeassistant.components.sonarr.*",
|
||||||
"homeassistant.components.songpal.*",
|
|
||||||
"homeassistant.components.sonos.*",
|
"homeassistant.components.sonos.*",
|
||||||
"homeassistant.components.spotify.*",
|
"homeassistant.components.spotify.*",
|
||||||
"homeassistant.components.stt.*",
|
"homeassistant.components.stt.*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user