mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Activate mypy for Panasonic_viera (#54547)
This commit is contained in:
parent
5536e24dec
commit
20b7125620
@ -1,7 +1,7 @@
|
||||
"""The Panasonic Viera integration."""
|
||||
from functools import partial
|
||||
import logging
|
||||
from urllib.request import HTTPError, URLError
|
||||
from urllib.error import HTTPError, URLError
|
||||
|
||||
from panasonic_viera import EncryptionRequired, Keys, RemoteControl, SOAPError
|
||||
import voluptuous as vol
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""Config flow for Panasonic Viera TV integration."""
|
||||
from functools import partial
|
||||
import logging
|
||||
from urllib.request import URLError
|
||||
from urllib.error import URLError
|
||||
|
||||
from panasonic_viera import TV_TYPE_ENCRYPTED, RemoteControl, SOAPError
|
||||
import voluptuous as vol
|
||||
|
3
mypy.ini
3
mypy.ini
@ -1550,9 +1550,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.ozw.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.panasonic_viera.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.philips_js.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -109,7 +109,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.onvif.*",
|
||||
"homeassistant.components.ovo_energy.*",
|
||||
"homeassistant.components.ozw.*",
|
||||
"homeassistant.components.panasonic_viera.*",
|
||||
"homeassistant.components.philips_js.*",
|
||||
"homeassistant.components.ping.*",
|
||||
"homeassistant.components.pioneer.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user