mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Adjust pylint plugin for components fixtures (#90217)
* Adjust pylint plugin for components fixtures * Adjust components * Use MagicMock * Adjust * Use None
This commit is contained in:
@@ -104,6 +104,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
|
||||
"enable_statistics": "bool",
|
||||
"enable_schema_validation": "bool",
|
||||
"entity_registry": "EntityRegistry",
|
||||
"entity_registry_enabled_by_default": "None",
|
||||
"freezer": "FrozenDateTimeFactory",
|
||||
"hass_access_token": "str",
|
||||
"hass_admin_credential": "Credentials",
|
||||
|
||||
Reference in New Issue
Block a user