From c39dbb53bcbc0df82d9052248ee8029613858813 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 22 Oct 2012 13:45:28 -0700 Subject: Fix and enable pep8 E502, E712 pep8 E502 and E712 were temporarily disabld when upgrading to pep8 1.2 Change-Id: If5158304cb8e73ef844dea9f726df6f8fe305269 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 87a5e3b05..9385b4185 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -128,7 +128,7 @@ function run_pep8 { srcfiles+=" setup.py" # Until all these issues get fixed, ignore. - ignore='--ignore=N4,E12,E711,E712,E721,E502' + ignore='--ignore=N4,E12,E711,E721' ${wrapper} python tools/hacking.py ${ignore} ${srcfiles} -- cgit