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

Add strict type annotations to bluetooth_tracker (#50999)

This commit is contained in:
Michael
2021-05-25 13:29:35 +02:00
committed by GitHub
parent d8ff52e55b
commit be0a54edb1
5 changed files with 69 additions and 37 deletions

View File

@@ -28,7 +28,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.azure_devops.*",
"homeassistant.components.azure_event_hub.*",
"homeassistant.components.blueprint.*",
"homeassistant.components.bluetooth_tracker.*",
"homeassistant.components.bmw_connected_drive.*",
"homeassistant.components.bsblan.*",
"homeassistant.components.cast.*",