mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Mark calendar methods and properties as mandatory in pylint plugin (#145271)
This commit is contained in:
parent
1f1fd8de87
commit
c1da554eb1
@ -985,6 +985,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
3: "datetime",
|
||||
},
|
||||
return_type="list[CalendarEvent]",
|
||||
mandatory=True,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user