-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Setting enabled key here does not affect anything.
However, setting ignore key causes ruff to ignore the specified key.
pylsp settings
local lspconfig = require("lspconfig")
lspconfig["pylsp"].setup({
settings = {
pylsp = {
plugins = {
ruff = {
enabled = false,
ignore = {
"E741",
},
},
},
},
},
Metadata
Metadata
Assignees
Labels
No labels