Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
parent
7c676c0a7d
commit
3e85a29b86
88 changed files with 537 additions and 357 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue