mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
Upgrade mypy to 0.770, tighten config a bit (#32715)
* Upgrade mypy to 0.770, related cleanups https://mypy-lang.blogspot.com/2020/03/mypy-0770-released.html * Clean up config and make it a notch stricter, address findings
This commit is contained in:
@@ -32,7 +32,7 @@ class RequirementsNotFound(HomeAssistantError):
|
||||
|
||||
|
||||
async def async_get_integration_with_requirements(
|
||||
hass: HomeAssistant, domain: str, done: Set[str] = None
|
||||
hass: HomeAssistant, domain: str, done: Optional[Set[str]] = None
|
||||
) -> Integration:
|
||||
"""Get an integration with all requirements installed, including the dependencies.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user