I made all of my Python tooling super-fast without rewriting in Rust
Tal Einat
Lots of Python dev tooling is written in Python, such as black and mypy. But these tools are not as fast as I'd like for a streamlined workflow. I created a generic way to make all of my existing tooling much faster.