Skip to content

Commit b1684f3

Browse files
paulclouPaul C. Lou
andauthored
fix(config): rename uv formatter from 'uv format' to 'uv' for config consistency (#9409)
Co-authored-by: Paul C. Lou <[email protected]>
1 parent 29e206b commit b1684f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/format/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const rlang: Info = {
226226
}
227227

228228
export const uvformat: Info = {
229-
name: "uv format",
229+
name: "uv",
230230
command: ["uv", "format", "--", "$FILE"],
231231
extensions: [".py", ".pyi"],
232232
async enabled() {

0 commit comments

Comments
 (0)