ModuleNotFoundError: No module named 'ruff'
python -m pip install ruff
python -c "import ruff; print(ruff.__version__)"
Success! ruff version x.y.z (e.g., 2.4.0)