summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2014-01-12 13:40:37 -0500
committerSimon Charette <charette.s@gmail.com>2014-01-12 13:40:37 -0500
commitc726598c3da5320df88a10fc407f8df6874589b1 (patch)
tree85b250ab6d7bec98bcea2bf424ef1ddceaa6c9e7 /setup.cfg
parent56ab5f52c717ad9f54f94b09b6c61568f612ba6b (diff)
downloaddjango-c726598c3da5320df88a10fc407f8df6874589b1.tar.gz
Fixed flake8 issues.
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 ef3fc9c873..1b2e4718a1 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=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/*
+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/*,./django/dispatch/weakref_backports.py
ignore=E128,E501,W601
[metadata]