diff --git a/lua/crentist/lazy/lsp.lua b/lua/crentist/lazy/lsp.lua index 0cd193b..156130b 100644 --- a/lua/crentist/lazy/lsp.lua +++ b/lua/crentist/lazy/lsp.lua @@ -114,6 +114,7 @@ return { pylsp = { plugins = { pycodestyle = { + ignore = { 'W391' }, maxLineLength = pythonLineLength } }