The Astral Toolchain: How Ruff, uv, and ty Replaced My Entire Python Setup
I used to start every Python project the same way: python -m venv .venv, pip install, wait 45 seconds, run black ., run isort ., run flake8, then fight with mypy for 20 minutes. Sound familiar?
Then I