Activate mypy for eafm (#53184)
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…
Reference in New Issue