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

Remove ping from mypy ignored modules (#64439)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-01-19 20:59:20 +01:00
committed by GitHub
parent 4a102d6b2a
commit 211b99e22d
4 changed files with 21 additions and 21 deletions

View File

@@ -60,7 +60,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.onvif.*",
"homeassistant.components.ozw.*",
"homeassistant.components.philips_js.*",
"homeassistant.components.ping.*",
"homeassistant.components.pioneer.*",
"homeassistant.components.plaato.*",
"homeassistant.components.plex.*",