1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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
88 changed files with 537 additions and 357 deletions

View File

@@ -753,7 +753,7 @@ class EntityPlatform:
if already_exists:
self.logger.error(
f"Entity id already exists - ignoring: {entity.entity_id}"
"Entity id already exists - ignoring: %s", entity.entity_id
)
entity.add_to_platform_abort()
return