{ "id": "ruff", "version": "2.0.0", "name": "Ruff (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ruff", "description": "Ruff is an extremely fast Python linter, written in Rust.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "customizations": { "vscode": { "extensions": [ "charliermarsh.ruff" ] } }, "installsAfter": [] }