diff options
author | Florian Apolloner <florian@apolloner.eu> | 2014-01-03 11:32:33 +0100 |
---|---|---|
committer | Florian Apolloner <florian@apolloner.eu> | 2014-01-03 11:32:33 +0100 |
commit | a61c4293745164d3a76e7d82d75102f1906590ff (patch) | |
tree | f0f9288bd5ff58055e932226bcb2bd76d49e88b7 /setup.cfg | |
parent | 3bc6b18cb92462ff5ae54efd0fce5340e9149b0f (diff) | |
download | django-a61c4293745164d3a76e7d82d75102f1906590ff.tar.gz |
Added build to flake8.exclude.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |