mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 17:09:32 +00:00
Add more type hints to conftest.py (#87842)
* Add more type hints in conftest.py * Adjust stop_hass * Adjust mock_integration_frame * Adjust pylint plugin
This commit is contained in:
@@ -23,7 +23,7 @@ BAD_CORE_CONFIG = "homeassistant:\n unit_system: bad\n\n\n"
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def apply_stop_hass(stop_hass):
|
||||
async def apply_stop_hass(stop_hass: None) -> None:
|
||||
"""Make sure all hass are stopped."""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user