1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Stricter pylint message control (#86154)

This commit is contained in:
Franck Nijhof
2023-01-20 13:47:55 +01:00
committed by GitHub
parent 29b2b6727e
commit 79b52a2b41
73 changed files with 112 additions and 133 deletions

View File

@@ -765,7 +765,7 @@ async def test_options_priority(hass: HomeAssistant) -> None:
{ATTR_ENTITY_ID: TEST_ENTITY_ID_1},
blocking=True,
)
# pylint: disable=unsubscriptable-object
# pylint: disable-next=unsubscriptable-object
assert client.async_send_set_color.call_args[1][CONF_PRIORITY] == new_priority