ruff linter fix-only
This commit is contained in:
+1
-1
@@ -594,7 +594,7 @@ require("lazy").setup({
|
|||||||
function()
|
function()
|
||||||
return {
|
return {
|
||||||
exe = "ruff",
|
exe = "ruff",
|
||||||
args = { "check", "--select I,F,UP", "--fix", "-" },
|
args = { "check", "--select I,F,UP", "--fix-only", "-" },
|
||||||
stdin = true,
|
stdin = true,
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user