fix newsboat astro-interesting query, clean lsp-python-ruff
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"query:to-read:flags # \"p\""
|
"query:to-read:flags # \"p\""
|
||||||
"query:astro-interesting:tags # \"astro\" and (content # \"agn\" or content =~ \"polari\") and unread = \"yes\"" Astro
|
"query:astro-interesting:tags # \"Astro\" and (content # \"agn\" or content =~ \"polari\") and unread = \"yes\"" Astro
|
||||||
"query:linux-new:tags # \"Linux\" and unread = \"yes\"" Linux
|
"query:linux-new:tags # \"Linux\" and unread = \"yes\"" Linux
|
||||||
"query:news-new:tags # \"News\" and unread = \"yes\"" News
|
"query:news-new:tags # \"News\" and unread = \"yes\"" News
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ local servers = {
|
|||||||
},
|
},
|
||||||
ruff = {
|
ruff = {
|
||||||
enabled = true, -- Enable the plugin
|
enabled = true, -- Enable the plugin
|
||||||
executable = "<path-to-ruff-bin>", -- Custom path to ruff
|
-- executable = "<path-to-ruff-bin>", -- Custom path to ruff
|
||||||
config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
|
-- config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
|
||||||
extendSelect = { "I" }, -- Rules that are additionally used by ruff
|
extendSelect = { "I" }, -- Rules that are additionally used by ruff
|
||||||
extendIgnore = { "C90" }, -- Rules that are additionally ignored 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
|
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