(no title)
frou_dh | 2 months ago
https://htmlpreview.github.io/?https://github.com/python/typ...
If that table is anything to go by, Pyright is not to be underestimated.
I have briefly tried ty (LSP) in Emacs and it seems to work well so far. The only questionable thing I've encountered is that when the signature of a method is shown, the type annotations of some parameters seem to be presented in a particularly verbose form compared to what I'm used to - maybe they're technically correct but it can be bit much to look at.
Anyway, odds are pretty good that ty is what I will end up using long-term, so thanks and congrats on releasing the first beta!
hauntsaninja|2 months ago
(I was on the Python Typing Council and helped put together the spec, the conformance test suite, etc)
SmileyKeith|2 months ago
_carljm|2 months ago
progbits|2 months ago
That said I'm very happy user of uv, so once Ty becomes ready enough will be happy to migrate.
conception|2 months ago
IshKebab|2 months ago
Mypy is trash. Nice to have a table to point to to prove it.
buibuibui|2 months ago
davidhalter|2 months ago
The problem is that the conformance tests were mostly written by Eric Traut, so there's a natural bias towards specifying what Pyright does well. There's a lot of things Mypy does really well that should probably be implemented in Pyright.
WD-42|2 months ago
morkalork|2 months ago
wiz21c|2 months ago
linhns|2 months ago
SSchick|2 months ago
PR is somewhat WIP-ish but I needed some motivation to do OSS work again :)
CyberThijs|2 months ago
https://htmlpreview.github.io/?https://github.com/SimonSchic...