fix: Removing the E501 "Line too long" warnings from linting
This commit is contained in:
parent
4f2f7ec117
commit
165582f846
@ -87,6 +87,22 @@ return {
|
||||
}
|
||||
}
|
||||
end,
|
||||
|
||||
['pylsp'] = function()
|
||||
lspconfig.pylsp.setup {
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
settings = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
ignore = {'E501'}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
end,
|
||||
dependencies = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user