yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!
https://yanyongyu.github.io/githubkit/
MIT License
177 stars 25 forks source link

False positive type intelligence #39

Closed tisonkun closed 1 year ago

tisonkun commented 1 year ago
image

This code can properly work but PyCharm hint a type mismatch.

yanyongyu commented 1 year ago

Duplicate of #27

The type hint works fine in vscode pylance/pyright but not works in pycharm due to the bugs of pycharm type checking. The bugs are currently tracked by pycharm officially.

tisonkun commented 1 year ago

Thanks for your information! Closing...