mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Activate mypy for eafm (#53184)
This commit is contained in:
parent
78ef02f4d9
commit
0802dd4293
3
mypy.ini
3
mypy.ini
@ -1143,9 +1143,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.dynalite.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.eafm.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.edl21.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -43,7 +43,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.directv.*",
|
||||
"homeassistant.components.doorbird.*",
|
||||
"homeassistant.components.dynalite.*",
|
||||
"homeassistant.components.eafm.*",
|
||||
"homeassistant.components.edl21.*",
|
||||
"homeassistant.components.elkm1.*",
|
||||
"homeassistant.components.emonitor.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user