Hacker News new | ask | show | jobs
by anilshanbhag 1164 days ago
I really hope they develop a faster mypy. In my dev workflows, mypy takes most of the time. Linting is a small fraction of it.
1 comments

I'm currently speeding up Mypy + Jedi in Rust. I'm pretty far already and it's definitely a lot faster. Tests are currently running 500 times faster than Mypy.