fix(config): rename uv formatter from 'uv format' to 'uv' for config consistency (#9409)

Co-authored-by: Paul C. Lou <paul@exig.ai>
This commit is contained in:
paulclou
2026-01-19 09:59:51 -06:00
committed by GitHub
parent 29e206b6c6
commit b1684f3d12

View File

@@ -226,7 +226,7 @@ export const rlang: Info = {
}
export const uvformat: Info = {
name: "uv format",
name: "uv",
command: ["uv", "format", "--", "$FILE"],
extensions: [".py", ".pyi"],
async enabled() {