From aac1e91dcb294db5b7f12286a8fd864b6aa6e3ef Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 10 Sep 2024 17:42:00 +0300 Subject: [PATCH] ignore w391 for python --- lua/crentist/lazy/lsp.lua | 1 + 1 file changed, 1 insertion(+) 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 } }