Enable basic type checking for script (#52476)

pull/52484/head
Erik Montnemery 2021-07-03 18:35:36 +02:00 committed by GitHub
parent e29c75a68e
commit 628eafaf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

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