Remove ring from mypy ignore list (#64522)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-01-20 21:31:28 +01:00
committed by GitHub
parent 62c55e6698
commit 3f8032c635
3 changed files with 5 additions and 7 deletions

View File

@@ -62,7 +62,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.philips_js.*",
"homeassistant.components.plex.*",
"homeassistant.components.profiler.*",
"homeassistant.components.ring.*",
"homeassistant.components.solaredge.*",
"homeassistant.components.sonos.*",
"homeassistant.components.spotify.*",