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