summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-pep81
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-pep8 b/tools/run-pep8
index 1dfa92c3..20e594bc 100755
--- a/tools/run-pep8
+++ b/tools/run-pep8
@@ -31,6 +31,7 @@ IGNORE="$IGNORE,E125" # Continuation line does not distinguish itself from next
IGNORE="$IGNORE,E126" # Continuation line over-indented for hanging indent
IGNORE="$IGNORE,E127" # Continuation line over-indented for visual indent
IGNORE="$IGNORE,E128" # Continuation line under-indented for visual indent
+IGNORE="$IGNORE,E502" # The backslash is redundant between brackets
cmd=(
${base}/hacking.py