From 1597503a017a9ced422a81d314cb4097d53c3dfd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 22 Oct 2013 09:31:43 -0400 Subject: Fixed E221 pep8 warnings. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 50d79b5a2d..453d7aa4a8 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,./tests/comment_tests/*,./django/test/_doctest.py -ignore=E124,E125,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E231,E261,E301,F401,F403,W601 +ignore=E124,E125,E127,E128,E225,E226,E241,E251,E302,E501,E203,E231,E261,E301,F401,F403,W601 [metadata] license-file = LICENSE -- cgit v1.3