8000 Update example config · python-lsp/python-lsp-ruff@2dd4568 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dd4568

Browse files
authored
Update example config
rename erronous `path` option to `config`
1 parent f5bcc65 commit 2dd4568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pylsp = {
4646
ruff = {
4747
enabled = true, -- Enable the plugin
4848
executable = "<path-to-ruff-bin>", -- Custom path to ruff
49-
path = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
49+
config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
5050
extendSelect = { "I" }, -- Rules that are additionally used by ruff
5151
extendIgnore = { "C90" }, -- Rules that are additionally ignored by ruff
5252
format = { "I" }, -- Rules that are marked as fixable by ruff that should be fixed when running textDocument/formatting

0 commit comments

Comments
 (0)
0