logoalt Hacker News

throwaw12last Thursday at 3:28 PM1 replyview on HN

uv and ruff is not tiny part anymore, its growing fast


Replies

Syntaflast Thursday at 4:00 PM

Not to mention their language server + type checker `ty` is incredible. We moved our extremely large python codebase over from MyPy and it's an absolute game changer.

It's so fast in fact that we just added `ty check` to our pre-commit hooks where MyPy previously had runtimes of 150+ seconds _and_ a mess of bugs around their caching.