summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCollin Anderson <cmawebsite@gmail.com>2015-02-05 13:25:34 -0500
committerTim Graham <timograham@gmail.com>2015-02-06 09:30:35 -0500
commitdb77915c9fd35a203edd8206f702ee4082f04d4a (patch)
tree4e97bb2cba7f08dc080992e266e18e9a9c9cc5f5 /setup.cfg
parenteb45a29565fe006b87657e9ee24054c66a6474f9 (diff)
downloaddjango-db77915c9fd35a203edd8206f702ee4082f04d4a.tar.gz
Fixed E265 comment style
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 a29bd9e153..44540586eb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh
[flake8]
exclude=build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner
-ignore=E123,E128,E265,E501,W601
+ignore=E123,E128,E501,W601
max-line-length = 119
[isort]