summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-30 09:13:49 +0100
committerw0rp <devw0rp@gmail.com>2017-08-30 09:13:49 +0100
commit3152e5c207c850ae0fa617c66f228d2e9483ace6 (patch)
tree87a12c2066bbee4eb9e7a88ba7b58a2e71aa96f8 /autoload
parent8264e265a8f01d15aa839502edcc7597bd0eb143 (diff)
downloadale-3152e5c207c850ae0fa617c66f228d2e9483ace6.zip
Fix #888 - Disable pycodestyle by default
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/linter.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim
index 80c045f2..2cd773f1 100644
--- a/autoload/ale/linter.vim
+++ b/autoload/ale/linter.vim
@@ -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': [],