mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Type check various base components (#25878)
* Type check various component base classes, disabling bunch of checks for now * Type hint fixes * Help mypy out some * Add more type hints
This commit is contained in:
committed by
Paulus Schoutsen
parent
cf90e49b50
commit
b738082dad
@ -28,7 +28,7 @@ MOCKS = {
|
||||
} # type: Dict[str, Tuple[str, Callable]]
|
||||
SILENCE = ("homeassistant.scripts.check_config.yaml_loader.clear_secret_cache",)
|
||||
|
||||
PATCHES = {}
|
||||
PATCHES: Dict[str, Any] = {}
|
||||
|
||||
C_HEAD = "bold"
|
||||
ERROR_STR = "General Errors"
|
||||
|
Reference in New Issue
Block a user