From c8b637d88e279412f52388b72c2bb581060b4ee9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 28 Nov 2013 10:41:20 -0600 Subject: [PATCH] All the E125 errors hvae been eradicated. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d45eff4c36..393d0dc094 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh [flake8] exclude=./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/* -ignore=E124,E125,E127,E128,E501,W601 +ignore=E124,E127,E128,E501,W601 [metadata] license-file = LICENSE