ignore w391 for python

This commit is contained in:
2024-09-10 17:42:00 +03:00
parent 6d91d0c963
commit aac1e91dcb

View File

@@ -114,6 +114,7 @@ return {
pylsp = {
plugins = {
pycodestyle = {
ignore = { 'W391' },
maxLineLength = pythonLineLength
}
}