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

Remove point from mypy ignore list (#64524)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-01-20 09:35:31 +01:00
committed by GitHub
parent 15bbff960e
commit bb7653e477
3 changed files with 5 additions and 7 deletions

View File

@@ -65,7 +65,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.plex.*",
"homeassistant.components.plugwise.*",
"homeassistant.components.plum_lightpad.*",
"homeassistant.components.point.*",
"homeassistant.components.profiler.*",
"homeassistant.components.ring.*",
"homeassistant.components.sharkiq.*",