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
commit b1684f3d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() {