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

jupyter notebook support #424

Closed DetachHead closed 2 weeks ago

DetachHead commented 2 weeks ago

fixes #173

stuff to address before merging:

DetachHead commented 2 weeks ago

after looking at how ruff does it, i decided this approach sucks. instead we should add support for typechecking notebooks in the CLI and add support for them in the LSP itself, rather than trying to do it the pylance way