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,
|
||||
filetypes = {
|
||||
python = { 'flake8', 'mypy' },
|
||||
python = { 'flake8', 'mypy', 'pylint' },
|
||||
},
|
||||
formatFiletypes = {
|
||||
python = { 'isort', 'black' },
|
||||
|
|
Loading…
Add table
Reference in a new issue