mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Activate mypy in aurora (#53150)
This commit is contained in:
3
mypy.ini
3
mypy.ini
@@ -1091,9 +1091,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.atag.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.aurora.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.awair.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@@ -22,7 +22,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.analytics.*",
|
||||
"homeassistant.components.asuswrt.*",
|
||||
"homeassistant.components.atag.*",
|
||||
"homeassistant.components.aurora.*",
|
||||
"homeassistant.components.awair.*",
|
||||
"homeassistant.components.azure_event_hub.*",
|
||||
"homeassistant.components.blueprint.*",
|
||||
|
Reference in New Issue
Block a user