mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Mark geo_location methods and properties as mandatory in pylint plugin (#145313)
This commit is contained in:
parent
12376a2338
commit
b407792bd1
@ -1660,6 +1660,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
|||||||
TypeHintMatch(
|
TypeHintMatch(
|
||||||
function_name="source",
|
function_name="source",
|
||||||
return_type="str",
|
return_type="str",
|
||||||
|
mandatory=True,
|
||||||
),
|
),
|
||||||
TypeHintMatch(
|
TypeHintMatch(
|
||||||
function_name="distance",
|
function_name="distance",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user