ignore pep8 stuff with pylsp

This commit is contained in:
Dominic 2025-03-23 16:13:18 -04:00
parent 486fd53d6e
commit 7b6b46cb5a

View File

@ -676,7 +676,7 @@ require("lazy").setup({
pycodestyle = {
enabled = true,
ignore = { "W391", "W293", "E501" },
maxLineLength = 100,
maxLineLength = 1000,
},
},
},