Switch coc python plugins.

This commit is contained in:
Alex Manning 2021-12-09 14:12:00 +00:00
parent 79b1a794fd
commit 2df44bb35a

View file

@ -5,7 +5,13 @@ let g:ale_fix_on_save = 1
"ALE defaults to all linters turned on, so this turns some off. "ALE defaults to all linters turned on, so this turns some off.
let g:ale_linters = { let g:ale_linters = {
\ 'python': ['flake8', 'pylint', 'black'], \ 'python': [
\ 'pylint',
\ 'flake8',
\ 'pydocstyle',
\ 'mypy',
\ 'bandit',
\ ],
\ 'php': ['phpcs'], \ 'php': ['phpcs'],
\ 'spec': ['rpmlint'], \ 'spec': ['rpmlint'],
\} \}