Skip to content

Commit

Permalink
Enforce mapping for async_step_reauth
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed May 24, 2022
1 parent c10528e commit 9875c57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pylint/plugins/hass_enforce_type_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ class ClassTypeHintMatch:
arg_types={0: "ConfigEntry"},
return_type=UNDEFINED,
),
TypeHintMatch(
function_name="async_step_reauth",
arg_types={0: "Mapping[str, Any]"},
return_type="FlowResult",
),
TypeHintMatch(
function_name="async_step_dhcp",
arg_types={
Expand Down

0 comments on commit 9875c57

Please sign in to comment.