summaryrefslogtreecommitdiff
path: root/tools/run-pep8
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-09-10 15:06:51 -0400
committerScott Moser <smoser@ubuntu.com>2014-09-10 15:06:51 -0400
commit0ea631a556522060f5075496adbac5f5637e7597 (patch)
treeec363e83bd7ab44b61a19c96209a9123749c459c /tools/run-pep8
parent6386accbf4933ecb368d2f32b7db95583e03b525 (diff)
parent67f198ceb6dfeb82b2d3f78955d21d09d43fa7db (diff)
downloadvyos-cloud-init-0ea631a556522060f5075496adbac5f5637e7597.tar.gz
vyos-cloud-init-0ea631a556522060f5075496adbac5f5637e7597.zip
merge from trunk
Diffstat (limited to 'tools/run-pep8')
-rwxr-xr-xtools/run-pep82
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-pep8 b/tools/run-pep8
index cfce5edd..d0a131f6 100755
--- a/tools/run-pep8
+++ b/tools/run-pep8
@@ -13,7 +13,7 @@ else
base=`pwd`/tools/
fi
-IGNORE="E501" # Line too long (these are caught by pylint)
+IGNORE=""
# King Arthur: Be quiet! ... Be Quiet! I Order You to Be Quiet.
IGNORE="$IGNORE,E121" # Continuation line indentation is not a multiple of four