1
0
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:
epenet
2023-03-26 15:21:19 +02:00
committed by GitHub
parent e0ec3488d3
commit 69a46d4002
21 changed files with 59 additions and 59 deletions

View File

@@ -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",