From 305822d4fc08cd347f300df90232fb46971d098e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Jun 2014 09:59:52 +0200 Subject: [PATCH] flake8: Ignore more dirs --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fa1c871a..80ab9645 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [flake8] application-import-names = mopidy,tests -exclude = .git,.tox +exclude = .git,.tox,build,js [wheel] universal = 1