|
|
|
|
|
by jmduke
593 days ago
|
|
I have no relation with the Astral team but have been an early and aggressive adopter of everything they've released and it's all been easy, fast, and ergonomic. Over the past eighteen months I've: 1. Replaced `flake8` with `ruff`; 2. Replaced `black` with `ruff`; 3. Replaced `pip` with `uv`; 4. Replaced `poetry` with `uv`. Their next project appears to be exactly what I _wish_ their next project to be — a replacement for pyright et al (https://github.com/astral-sh/ruff/discussions/10581). Type checking is my least favorite part of my Python toolchain at the moment; I can't wait to take it for a spin. |
|
If Astral can leapfrog Pyright too, great. But I think it will be significantly harder than leapfrogging Flake8 and Black was.