7 lines
172 B
Lua
7 lines
172 B
Lua
|
|
-- Install: pip install ruff
|
||
|
|
return {
|
||
|
|
cmd = { "ruff", "server" },
|
||
|
|
filetypes = { "python" },
|
||
|
|
root_markers = { "pyproject.toml", "ruff.toml", ".ruff.toml", ".git" },
|
||
|
|
}
|