Requested Feature
Currently, ruff is installed via pipx which requires the installation of features/pipx-package and features/python. This is unnecessary as ruff is delivered as a binary.
We can reduce this overhead by installing ruff directly from the vendor provided GitHub releases on https://github.com/astral-sh/ruff/releases
Side note: When installing ruff using the pipx feature, it will not be a system wide available binary. This can be an issue if the user's devcontainer uses venvs.