DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
http://docs.basedpyright.com/
Other
601 stars 12 forks source link

generate docstubs for all stdlib modules since some modules are partially compiled and there's no other reliable way to account for that #438

Open DetachHead opened 1 week ago

DetachHead commented 1 week ago

fixes #428

DetachHead commented 1 week ago

the ci takes ages now. should see if there's a way to make them run sequentially, but that would involve merging them which sounds hard

github-actions[bot] commented 1 week ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅