Enable basic type checking for script (#52476)
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…
Reference in New Issue