post
uv, ruff, pyright: the new Python toolchain that actually moves the needle
Three tools that replaced six in my Python workflow. uv subsumes pip + venv + pip-tools + build + twine. ruff subsumes flake8 + black + isort + pyupgrade. pyright (or basedpyright) makes type checking instant. Here's how to migrate.