Enforce config-flow type hints for reauth step (#72830)
This commit is contained in:
@@ -421,6 +421,13 @@ _CLASS_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
},
|
||||
return_type="FlowResult",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="async_step_reauth",
|
||||
arg_types={
|
||||
1: "Mapping[str, Any]",
|
||||
},
|
||||
return_type="FlowResult",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="async_step_ssdp",
|
||||
arg_types={
|
||||
|
||||
Reference in New Issue
Block a user