fix newsboat astro-interesting query, clean lsp-python-ruff

This commit is contained in:
Tibeuleu
2024-06-04 23:14:03 +02:00
parent 58eade83e2
commit 6f387c2633
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
"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:news-new:tags # \"News\" and unread = \"yes\"" News

View File

@@ -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