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:
parent
29e206b6c6
commit
b1684f3d12
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue