Mark calendar methods and properties as mandatory in pylint plugin (#145271)

This commit is contained in:
epenet
2025-05-20 11:50:31 +02:00
committed by GitHub
parent 1f1fd8de87
commit c1da554eb1

View File

@@ -985,6 +985,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
3: "datetime", 3: "datetime",
}, },
return_type="list[CalendarEvent]", return_type="list[CalendarEvent]",
mandatory=True,
), ),
], ],
), ),