ci: add pyright type checker during CI #103
reviewdog [pyright] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (3)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/src/Artesian/GMEPublicOffers/GMEPublicOfferQuery.py|212 col 27| Argument of type "List[str]" cannot be assigned to parameter "url" of type "str" in function "_exec"
  "List[str]" is incompatible with "str" (reportArgumentType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/src/Artesian/GMEPublicOffers/GMEPublicOfferQuery.py|222 col 38| Argument of type "List[str]" cannot be assigned to parameter "url" of type "str" in function "_execAsync"
  "List[str]" is incompatible with "str" (reportArgumentType)
d:/a/Artesian.SDK-Python/Artesian.SDK-Python/src/Artesian/GMEPublicOffers/GMEPublicOfferQuery.py|282 col 16| Expression of type "str" cannot be assigned to return type "List[str]"
  "str" is incompatible with "List[str]" (reportReturnType)