Mark geo_location methods and properties as mandatory in pylint plugin (#145313)

This commit is contained in:
epenet 2025-05-22 00:57:39 +02:00 committed by GitHub
parent 12376a2338
commit b407792bd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",