summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2014-01-03 11:32:33 +0100
committerFlorian Apolloner <florian@apolloner.eu>2014-01-03 11:32:33 +0100
commita61c4293745164d3a76e7d82d75102f1906590ff (patch)
treef0f9288bd5ff58055e932226bcb2bd76d49e88b7 /setup.cfg
parent3bc6b18cb92462ff5ae54efd0fce5340e9149b0f (diff)
downloaddjango-a61c4293745164d3a76e7d82d75102f1906590ff.tar.gz
Added build to flake8.exclude.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ac1e029e90..ef3fc9c873 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
-exclude=.git,./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*
+exclude=build,.git,./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*
ignore=E128,E501,W601
[metadata]