summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-04 19:53:27 -0500
committerTim Graham <timograham@gmail.com>2019-02-05 12:58:55 -0500
commit41384812efe209c8295a50d78b45e0ffb2992436 (patch)
tree3814c1bd03c908697dea561f942a201be66f4aa2 /setup.cfg
parentefe28d3f566a00e76ae589a3f93be8079a638ca8 (diff)
downloaddjango-41384812efe209c8295a50d78b45e0ffb2992436.tar.gz
Refs #27753 -- Removed django.utils.six.
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 ce026e6f49..ec3da7680b 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,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
+exclude = build,.git,.tox,./django/conf/app_template/*,./tests/.env
ignore = W504,W601
max-line-length = 119