mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557)
* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 * Pydocstyle D401 fixes
This commit is contained in:
committed by
Paulus Schoutsen
parent
89d856d147
commit
dd9d53c83e
@@ -56,7 +56,7 @@ class TestMQTTComponent(unittest.TestCase):
|
||||
|
||||
@callback
|
||||
def record_calls(self, *args):
|
||||
"""Helper for recording calls."""
|
||||
"""Record calls."""
|
||||
self.calls.append(args)
|
||||
|
||||
def aiohttp_client_stops_on_home_assistant_start(self):
|
||||
@@ -199,7 +199,7 @@ class TestMQTTCallbacks(unittest.TestCase):
|
||||
|
||||
@callback
|
||||
def record_calls(self, *args):
|
||||
"""Helper for recording calls."""
|
||||
"""Record calls."""
|
||||
self.calls.append(args)
|
||||
|
||||
def aiohttp_client_starts_on_home_assistant_mqtt_setup(self):
|
||||
|
||||
Reference in New Issue
Block a user