Move overlapping pylint rules to ruff, disable mypy overlap (#94359)

This commit is contained in:
Franck Nijhof 2023-06-27 17:42:46 +02:00 committed by GitHub
parent 7c676c0a7d
commit 3e85a29b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 537 additions and 357 deletions

View file

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