|
|
|
|
|
by lemontheme
792 days ago
|
|
I 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. |
|