From 8ec6e643855a4ef210775ac6e571d57cf3097cd8 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 5 Sep 2015 20:11:01 -0300 Subject: [PATCH] Ignored plugin template on flake8 checks --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0892cdb..b023641 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [flake8] -exclude = **/migrations/*,**/urls.py +exclude = **/migrations/*,**/urls.py,colab/conf/plugin_template/ -- libgit2 0.21.2