(no title)
jmduke | 1 year ago
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.
frou_dh|1 year ago
If Astral can leapfrog Pyright too, great. But I think it will be significantly harder than leapfrogging Flake8 and Black was.
adhamsalama|1 year ago
dagw|1 year ago
jasongill|1 year ago
the_mitsuhiko|1 year ago
throwaway314155|1 year ago
roland35|1 year ago
joshSzep|1 year ago
anentropic|1 year ago
Seems like `ruff server` is an LSP?
baggiponte|1 year ago
baggiponte|1 year ago
antman|1 year ago