Enable basic type checking for almond (#54927)
* Enable basic type checking for almond * Tweak * Address review comments
This commit is contained in:
parent
e5d6e18e30
commit
03bda6ed15
5 changed files with 10 additions and 9 deletions
|
@ -14,7 +14,6 @@ from .model import Config, Integration
|
|||
# remove your component from this list to enable type checks.
|
||||
# Do your best to not add anything new here.
|
||||
IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.almond.*",
|
||||
"homeassistant.components.awair.*",
|
||||
"homeassistant.components.azure_event_hub.*",
|
||||
"homeassistant.components.blueprint.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue