Enable inheritance checks on ExtraStoredData (#90021)
This commit is contained in:
@@ -680,6 +680,7 @@ _RESTORE_ENTITY_MATCH: list[TypeHintMatch] = [
|
||||
TypeHintMatch(
|
||||
function_name="extra_restore_state_data",
|
||||
return_type=["ExtraStoredData", None],
|
||||
check_return_type_inheritance=True,
|
||||
),
|
||||
]
|
||||
_TOGGLE_ENTITY_MATCH: list[TypeHintMatch] = [
|
||||
|
||||
Reference in New Issue
Block a user