From 6448873197fa4e3df3f5f03201538dc57d7643d6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 3 Apr 2016 21:41:37 -0400 Subject: Fixed E402 flake8 warnings. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 580b41c349..271b443b4f 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,tests/view_tests/tests/py3_test_debug.py,tests/template_tests/annotated_tag_function.py -ignore = E128,E402,W601 +ignore = E128,W601 max-line-length = 119 [isort] -- cgit v1.3