Activate mypy for Reddit (#53949)

pull/54048/head
Milan Meulemans 2021-08-05 09:16:47 +02:00 committed by GitHub
parent f2f084abe2
commit 36c0478c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View File

@ -91,7 +91,7 @@ class RedditSensor(SensorEntity):
self._limit = limit
self._sort_by = sort_by
self._subreddit_data = []
self._subreddit_data: list = []
@property
def name(self):

View File

@ -1608,9 +1608,6 @@ ignore_errors = true
[mypy-homeassistant.components.rachio.*]
ignore_errors = true
[mypy-homeassistant.components.reddit.*]
ignore_errors = true
[mypy-homeassistant.components.ring.*]
ignore_errors = true

View File

@ -132,7 +132,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.profiler.*",
"homeassistant.components.proxmoxve.*",
"homeassistant.components.rachio.*",
"homeassistant.components.reddit.*",
"homeassistant.components.ring.*",
"homeassistant.components.rpi_power.*",
"homeassistant.components.ruckus_unleashed.*",