From 560e5cd84ef2c1a6427c78d35eedc66445e1f77f Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 19 Nov 2012 19:31:12 -0600 Subject: Pin pep8 to 1.3.3 Apart of making pep8 version standard across all openstack projects. With this change we ignore E712 since it is normal to use "column == True" in sqlalchemy. Change-Id: I73a162847a79558cb158112878033edf18039805 Signed-off-by: Chuck Short --- 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 dd1145d2c0..5028adb0ae 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,E721' + ignore='--ignore=N4,E12,E711,E721,E712' ${wrapper} python tools/hacking.py ${ignore} ${srcfiles} -- cgit v1.2.1