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.*",