-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
astral-sh/ruff
#23387Labels
cliRelated to the command-line interfaceRelated to the command-line interface
Description
ruff version supports --output-format text|json, which is handy for tooling and CI that needs to parse version info programmatically. ty version currently only outputs plain text.
It'd be nice to bring the same structured output support to ty version, matching the pattern ruff already has (HelpFormat enum, Serialize on VersionInfo, etc.). Happy to put together a PR for this, but noticed that serde/serde_json are not currently ty deps and wanted to gauge interest first.
For context, we run a version check inside marimo-lsp for both ruff and ty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliRelated to the command-line interfaceRelated to the command-line interface