forked from home-assistant/core
Enable basic type checking for script (#52476)
This commit is contained in:
3
mypy.ini
3
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
|
||||
|
||||
|
@@ -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.*",
|
||||
|
Reference in New Issue
Block a user