ci: add pyright type checker during CI #103
GitHub Actions / pyright
succeeded
Mar 27, 2024 in 0s
reviewdog [pyright] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (3)
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)
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)
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)
Loading