mirror of https://github.com/dense-analysis/ale
Fix #888 - Disable pycodestyle by default
This commit is contained in:
parent
8264e265a8
commit
3152e5c207
|
@ -25,6 +25,7 @@ let s:default_ale_linters = {
|
|||
\ 'csh': ['shell'],
|
||||
\ 'go': ['gofmt', 'golint', 'go vet'],
|
||||
\ 'help': [],
|
||||
\ 'python': ['flake8', 'mypy', 'pylint'],
|
||||
\ 'rust': ['cargo'],
|
||||
\ 'spec': [],
|
||||
\ 'text': [],
|
||||
|
|
Loading…
Reference in New Issue