Add RestoreEntity to button checks in pylint (#76932)
parent
a63a3b96b7
commit
fc6c66fe6c
|
@ -724,6 +724,10 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
|||
base_class="Entity",
|
||||
matches=_ENTITY_MATCH,
|
||||
),
|
||||
ClassTypeHintMatch(
|
||||
base_class="RestoreEntity",
|
||||
matches=_RESTORE_ENTITY_MATCH,
|
||||
),
|
||||
ClassTypeHintMatch(
|
||||
base_class="ButtonEntity",
|
||||
matches=[
|
||||
|
|
Loading…
Reference in New Issue