Activate mypy for Sony Songpal (#53655)

This commit is contained in:
Milan Meulemans 2021-08-02 12:16:41 +02:00 committed by GitHub
parent e4fe27061a
commit 8500afa5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

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

View file

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