From 8500afa5d99c11b2de61cae572794c48c57aeea5 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Mon, 2 Aug 2021 12:16:41 +0200 Subject: [PATCH] Activate mypy for Sony Songpal (#53655) --- mypy.ini | 3 --- script/hassfest/mypy_config.py | 1 - 2 files changed, 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index 4b0a0ad294b..32d6e7f106c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1660,9 +1660,6 @@ ignore_errors = true [mypy-homeassistant.components.sonarr.*] ignore_errors = true -[mypy-homeassistant.components.songpal.*] -ignore_errors = true - [mypy-homeassistant.components.sonos.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index 71009ccd14d..410754e57bc 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -153,7 +153,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.somfy.*", "homeassistant.components.somfy_mylink.*", "homeassistant.components.sonarr.*", - "homeassistant.components.songpal.*", "homeassistant.components.sonos.*", "homeassistant.components.spotify.*", "homeassistant.components.stt.*",