fix newsboat astro-interesting query, clean lsp-python-ruff
This commit is contained in:
@@ -38,8 +38,8 @@ local servers = {
|
||||
},
|
||||
ruff = {
|
||||
enabled = true, -- Enable the plugin
|
||||
executable = "<path-to-ruff-bin>", -- Custom path to ruff
|
||||
config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
|
||||
-- executable = "<path-to-ruff-bin>", -- Custom path to ruff
|
||||
-- config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
|
||||
extendSelect = { "I" }, -- Rules that are additionally used by ruff
|
||||
extendIgnore = { "C90" }, -- Rules that are additionally ignored by ruff
|
||||
format = { "I" }, -- Rules that are marked as fixable by ruff that should be fixed when running textDocument/formatting
|
||||
|
||||
Reference in New Issue
Block a user