mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
@@ -190,7 +190,7 @@ async def test_config_entry_accessory(
|
||||
"iid": 3,
|
||||
"perms": ["pr"],
|
||||
"type": "20",
|
||||
"value": "Home Assistant " "Light",
|
||||
"value": "Home Assistant Light",
|
||||
},
|
||||
{
|
||||
"format": "string",
|
||||
@@ -475,7 +475,7 @@ async def test_config_entry_with_trigger_accessory(
|
||||
"iid": 10,
|
||||
"perms": ["pr"],
|
||||
"type": "23",
|
||||
"value": "Ceiling Lights " "Changed States",
|
||||
"value": "Ceiling Lights Changed States",
|
||||
},
|
||||
{
|
||||
"format": "uint8",
|
||||
@@ -521,7 +521,7 @@ async def test_config_entry_with_trigger_accessory(
|
||||
"iid": 16,
|
||||
"perms": ["pr"],
|
||||
"type": "23",
|
||||
"value": "Ceiling Lights " "Turned Off",
|
||||
"value": "Ceiling Lights Turned Off",
|
||||
},
|
||||
{
|
||||
"format": "uint8",
|
||||
@@ -567,7 +567,7 @@ async def test_config_entry_with_trigger_accessory(
|
||||
"iid": 22,
|
||||
"perms": ["pr"],
|
||||
"type": "23",
|
||||
"value": "Ceiling Lights " "Turned On",
|
||||
"value": "Ceiling Lights Turned On",
|
||||
},
|
||||
{
|
||||
"format": "uint8",
|
||||
|
||||
Reference in New Issue
Block a user