5 ms·
In the interim, check out basedpyright [1]. It's an up-to-date fork of pyright with some improvements, less arbitrary limitations, and does not require npm to i
by scienceplease 2y ago
In the interim, check out basedpyright [1]. It's an up-to-date fork of pyright with some improvements, less arbitrary limitations, and does not require npm to install.
[1] https://github.com/detachhead/basedpyright https://github.com/detachhead/basedpyright
- lemontheme 2y agoI was thrilled to learn about basedpyright recently. It does a great job of filling in some of the missing parts of pyright that MS deemed a better fit for pylance – which is a vs code exclusive. Easy to install with pipx. As with pyright, I’ve noticed `--createstubs` helps against slowness when working in modules that import large untyped packages.
- maleldil 2y agoDo you have experience with it in production? Is it a drop-in replacement with respect to existing pyright configuration?