forked from home-assistant/core
Activate mypy for smarttub (#55070)
This commit is contained in:
3
mypy.ini
3
mypy.ini
@@ -1580,9 +1580,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.smartthings.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.smarttub.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.solaredge.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@@ -119,7 +119,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.sharkiq.*",
|
||||
"homeassistant.components.sma.*",
|
||||
"homeassistant.components.smartthings.*",
|
||||
"homeassistant.components.smarttub.*",
|
||||
"homeassistant.components.solaredge.*",
|
||||
"homeassistant.components.somfy.*",
|
||||
"homeassistant.components.somfy_mylink.*",
|
||||
|
Reference in New Issue
Block a user