1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Remove cloud from mypy ignore list (#74449)

This commit is contained in:
epenet
2022-07-15 10:47:30 +02:00
committed by GitHub
parent 3e98ac180c
commit 911402e747
4 changed files with 14 additions and 13 deletions

View File

@@ -16,8 +16,6 @@ from .model import Config, Integration
# remove your component from this list to enable type checks.
# Do your best to not add anything new here.
IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.client",
"homeassistant.components.cloud.http_api",
"homeassistant.components.sonos",
"homeassistant.components.sonos.alarms",
"homeassistant.components.sonos.binary_sensor",