Add pylint
This commit is contained in:
parent
b3553e7a65
commit
3d2ba3f601
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ lspconfig.diagnosticls.setup {
|
||||||
}),
|
}),
|
||||||
formatters = diagnosticls.formatters,
|
formatters = diagnosticls.formatters,
|
||||||
filetypes = {
|
filetypes = {
|
||||||
python = { 'flake8', 'mypy' },
|
python = { 'flake8', 'mypy', 'pylint' },
|
||||||
},
|
},
|
||||||
formatFiletypes = {
|
formatFiletypes = {
|
||||||
python = { 'isort', 'black' },
|
python = { 'isort', 'black' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue