1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove google_assistant from mypy ignore list (#74587)

This commit is contained in:
epenet
2022-07-07 11:35:45 +02:00
committed by GitHub
parent 4261595078
commit 5ae593672e
6 changed files with 10 additions and 23 deletions

View File

@@ -29,10 +29,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.evohome",
"homeassistant.components.evohome.climate",
"homeassistant.components.evohome.water_heater",
"homeassistant.components.google_assistant.helpers",
"homeassistant.components.google_assistant.http",
"homeassistant.components.google_assistant.report_state",
"homeassistant.components.google_assistant.trait",
"homeassistant.components.hassio",
"homeassistant.components.hassio.auth",
"homeassistant.components.hassio.binary_sensor",