mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Enable basic type checking for script (#52476)
This commit is contained in:
parent
e29c75a68e
commit
628eafaf68
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.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user