1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Enable basic type checking for adguard (#54924)

This commit is contained in:
Erik Montnemery
2021-08-21 11:46:00 +02:00
committed by GitHub
parent 4bdeba8631
commit 7e5ff825dd
5 changed files with 9 additions and 9 deletions

View File

@@ -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.adguard.*",
"homeassistant.components.almond.*",
"homeassistant.components.analytics.*",
"homeassistant.components.atag.*",