summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-04-21 12:25:43 +0200
committerTim Graham <timograham@gmail.com>2014-04-21 07:50:50 -0400
commit62eb79fc4cc956b798e5c3a3be96101037ae9cb0 (patch)
tree643d66ea3e9aead998c2efde73ab14b8ccaba6e3 /setup.cfg
parent50dddbdfc7489847d55465ad352fc3278b2a9a08 (diff)
[1.7.x] Appeased flake8 2.1.0.
Backport of 428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f from master
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..1db26cea6d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ 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
-ignore=E128,E501,W601
+ignore=E123,E128,E265,E501,W601
[metadata]
license-file = LICENSE