ruff linter fix-only

This commit is contained in:
Henrik Bakken
2025-09-03 14:17:06 +02:00
parent 5b32d075da
commit 4fba6843ba
+1 -1
View File
@@ -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,