From 6db55d1c8600b1c0ea5108d7ca11354a3b56e199 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= <robin.oburka@nic.cz>
Date: Mon, 11 Mar 2019 13:48:11 +0100
Subject: ftplugin: Add flake8 for python

---
 .vim/ftplugin/python.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.vim/ftplugin/python.vim')

diff --git a/.vim/ftplugin/python.vim b/.vim/ftplugin/python.vim
index ef4e184..4ba23ae 100644
--- a/.vim/ftplugin/python.vim
+++ b/.vim/ftplugin/python.vim
@@ -1,3 +1,3 @@
-let b:ale_linters = ['pyls']
+let b:ale_linters = ['pyls', 'flake8']
 
 set expandtab tabstop=4 shiftwidth=4 spell spelllang=en
-- 
cgit v1.2.3