Skip to content

Conversation

@paulclou
Copy link
Contributor

Replace uv formatter's internal from uv format to uv to match current naming styles and documentation.

Fixes #9406.

The formatter name 'uv format' (with space) doesn't match user expectations
when configuring formatter overrides in opencode.jsonc. Users naturally try:

  "formatter": { "uv": { "disabled": true } }

But this doesn't work because the internal name is 'uv format'.

This change aligns the uv formatter name with other formatters (ruff, gofmt,
prettier, etc.) that use simple names matching the tool name.
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@rekram1-node rekram1-node merged commit b1684f3 into anomalyco:dev Jan 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

formatter name for uv mismatch between documentation and codebase

2 participants