mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Update pylint to 3.0.0 (#101282)
This commit is contained in:
@@ -21,7 +21,7 @@ def _get_module_platform(module_name: str) -> str | None:
|
||||
return platform.lstrip(".") if platform else "__init__"
|
||||
|
||||
|
||||
class HassInheritanceChecker(BaseChecker): # type: ignore[misc]
|
||||
class HassInheritanceChecker(BaseChecker):
|
||||
"""Checker for invalid inheritance."""
|
||||
|
||||
name = "hass_inheritance"
|
||||
|
||||
Reference in New Issue
Block a user