summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-21 07:05:36 -0400
committerTim Graham <timograham@gmail.com>2014-03-21 07:05:36 -0400
commitaa93a1890f25cbd43bfab0b6684915d8b3c42702 (patch)
tree57e3a7a5777b6fbfb9fcd0056255d7933dbaa9bf /setup.cfg
parent35f46ec7a99291a560e374183ab4feba2a5c679a (diff)
downloaddjango-aa93a1890f25cbd43bfab0b6684915d8b3c42702.tar.gz
Removed contrib.comments per deprecation timeline.
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 1b2e4718a1..25d339cb08 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/*,./django/dispatch/weakref_backports.py
+exclude=build,.git,./django/utils/dictconfig.py,./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]