Remove more pep8 violations

This commit is contained in:
Sarina Canelake
2014-11-02 17:28:51 -05:00
parent 09c1f524c1
commit 725e4908e3
76 changed files with 572 additions and 470 deletions

View File

@@ -56,8 +56,8 @@ set -e
###############################################################################
# Violations thresholds for failing the build
PYLINT_THRESHOLD=4800
PEP8_THRESHOLD=675
PYLINT_THRESHOLD=4725
PEP8_THRESHOLD=400
source $HOME/jenkins_env