From 628eafaf6898c5ba4e1b922cd7c28641f5a6c672 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 3 Jul 2021 18:35:36 +0200 Subject: [PATCH] Enable basic type checking for script (#52476) --- mypy.ini | 3 --- script/hassfest/mypy_config.py | 1 - 2 files changed, 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index e138db3fbd8..78a42cdaaf4 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1469,9 +1469,6 @@ ignore_errors = true [mypy-homeassistant.components.screenlogic.*] ignore_errors = true -[mypy-homeassistant.components.script.*] -ignore_errors = true - [mypy-homeassistant.components.search.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index 9a444f801bd..d5c28b0cc3c 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -170,7 +170,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.ruckus_unleashed.*", "homeassistant.components.sabnzbd.*", "homeassistant.components.screenlogic.*", - "homeassistant.components.script.*", "homeassistant.components.search.*", "homeassistant.components.sense.*", "homeassistant.components.sesame.*",