Y
Hacker News
new
|
ask
|
show
|
jobs
by
BewareTheYiga
407 days ago
For pre-alpha software it's working fantastic for my project. I thought I type annotated it well, but Ty had quite a lot of feedback for me. Great job and I can't wait until this is released.
1 comments
IshKebab
407 days ago
Had you checked it with Pyright previously?
link
BewareTheYiga
407 days ago
I've only used Pylance standard type checking in vscode. I have not used pyright as a stand alone package.
link
ddorian43
407 days ago
Use Pyright or basedpyright for now.
link
likeon
406 days ago
pylance is pyright
link
taldo
405 days ago
pylance is pyright + proprietary stuff on top, see
https://docs.basedpyright.com/latest/
for a fork with some of pylance's features added.
link