8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bcc65 commit 2dd4568Copy full SHA for 2dd4568
README.md
@@ -46,7 +46,7 @@ pylsp = {
46
ruff = {
47
enabled = true, -- Enable the plugin
48
executable = "<path-to-ruff-bin>", -- Custom path to ruff
49
- path = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
+ config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
50
extendSelect = { "I" }, -- Rules that are additionally used by ruff
51
extendIgnore = { "C90" }, -- Rules that are additionally ignored by ruff
52
format = { "I" }, -- Rules that are marked as fixable by ruff that should be fixed when running textDocument/formatting
0 commit comments