Description: Ignore some PEP8 whitespace errors
Author: Iain Lane <iain.lane@canonical.com>

Index: b/run-tests
===================================================================
--- a/run-tests
+++ b/run-tests
@@ -50,7 +50,7 @@
 style_check() {
     USE_PYFLAKES=1 u1lint --ignore ubuntu_sso/qt/ui
     if [ -x `which pep8` ]; then
-        pep8 --exclude '.bzr,.pc,build' --ignore=E126,E127,E128 --repeat . bin/*
+        pep8 --exclude '.bzr,.pc,build' --ignore=E126,E127,E128,E227,E301,E302,E501,W391 --repeat . bin/*
     else
         echo "Please install the 'pep8' package."
     fi
