mirror of
https://github.com/dense-analysis/ale
synced 2025-02-18 13:26:49 +00:00
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'],
|
\ 'csh': ['shell'],
|
||||||
\ 'go': ['gofmt', 'golint', 'go vet'],
|
\ 'go': ['gofmt', 'golint', 'go vet'],
|
||||||
\ 'help': [],
|
\ 'help': [],
|
||||||
|
\ 'python': ['flake8', 'mypy', 'pylint'],
|
||||||
\ 'rust': ['cargo'],
|
\ 'rust': ['cargo'],
|
||||||
\ 'spec': [],
|
\ 'spec': [],
|
||||||
\ 'text': [],
|
\ 'text': [],
|
||||||
|
Loading…
Reference in New Issue
Block a user