ty - Python type checker

44 points by tffr


lifepillar

Pyright hits the Internet every single time you run it, and it's «by design». That's enough for me to ditch it regardless of technical merits. Ty works fast and well enough for me, although I'm not fond of the formatting of its error messages.

simonw

I'm impressed by the Markdown test suite: https://github.com/astral-sh/ruff/blob/main/crates/ty_python_semantic/resources/mdtest/typed_dict.md and parent folder.

rtpg

Anyone know if ty has LSP support for jumping to definitions etc? I am chomping at the bit to drop pyright once and for all