Update pylint to 3.0.0 (#101282)
This commit is contained in:
parent
e4cb19f20d
commit
f248b693d7
6 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue