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

Remove blueprint from mypy ignore list (#74990)

This commit is contained in:
epenet
2022-07-11 17:46:32 +02:00
committed by GitHub
parent 924dce1b86
commit 63706d2f67
6 changed files with 24 additions and 30 deletions

View File

@@ -16,9 +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.blueprint.importer",
"homeassistant.components.blueprint.models",
"homeassistant.components.blueprint.websocket_api",
"homeassistant.components.cloud.client",
"homeassistant.components.cloud.http_api",
"homeassistant.components.conversation",