Fix #888 - Disable pycodestyle by default

This commit is contained in:
w0rp 2017-08-30 09:13:49 +01:00
parent 8264e265a8
commit 3152e5c207
1 changed files with 1 additions and 0 deletions

View File

@ -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': [],