mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Ignore too-many-nested-blocks warning in zha tests (#119479)
This commit is contained in:
parent
541c941006
commit
f7326d3baf
@ -347,6 +347,7 @@ def test_cluster_handler_registry() -> None:
|
||||
all_quirk_ids = {}
|
||||
for cluster_id in CLUSTERS_BY_ID:
|
||||
all_quirk_ids[cluster_id] = {None}
|
||||
# pylint: disable-next=too-many-nested-blocks
|
||||
for manufacturer in zigpy_quirks._DEVICE_REGISTRY.registry.values():
|
||||
for model_quirk_list in manufacturer.values():
|
||||
for quirk in model_quirk_list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user