Fix #888 - Disable pycodestyle by default

This commit is contained in:
w0rp 2017-08-30 09:13:49 +01:00
parent 06c3ee61e4
commit 11fafbfd66
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': [],