summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-04-21 12:25:43 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-04-21 12:27:34 +0200
commit428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f (patch)
tree474287f4b5e96203f941a6e4f9bb1f90257ccc74 /setup.cfg
parentdf3b1a01c7d6326e966fbe13aa149265f4bf9c8f (diff)
Appeased flake8 2.1.0.
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 da85cc7a7e..f6a4a2b981 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/utils/unittest.py,./django/utils/lru_cache.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