From c7b6c81071fed4debb6f5bc8c67da6449b339c3b Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Thu, 31 Mar 2016 14:34:34 +1100 Subject: [PATCH] =?UTF-8?q?adds=20setuptools=E2=80=99=20build=20directory?= =?UTF-8?q?=20to=20the=20flake8=20ignore=20path.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c9dcb437..257d3cd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,2 @@ [flake8] -exclude = registrasion/migrations/* - +exclude = registrasion/migrations/*, build/*