Switch coc python plugins.
This commit is contained in:
parent
79b1a794fd
commit
2df44bb35a
1 changed files with 7 additions and 1 deletions
|
@ -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'],
|
||||||
\}
|
\}
|
||||||
|
|
Loading…
Reference in a new issue