[tor-commits] [stem/master] Ignoring E131 (continuation line unaligned for hanging indent)

atagar at torproject.org atagar at torproject.org
Sun Aug 17 00:22:08 UTC 2014


commit 38e4b77307b972d5315403923827a790731b8d97
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Aug 16 17:17:23 2014 -0700

    Ignoring E131 (continuation line unaligned for hanging indent)
    
    This check is based on four space indentations so skipping it.
---
 test/settings.cfg |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index 3dbdde5..6ce27b8 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -116,7 +116,7 @@ target.torrc RUN_PTRACE   => PORT, PTRACE
 #   Ahhh, indentation. The holy war that'll never die. Sticking with two
 #   space indentations since it leads to shorter lines.
 #
-# * E127 continuation line over-indented for visual indent
+# * E127 and E131 continuation line over-indented for visual indent
 #
 #   Pep8 only works with this one if we have four space indents (its
 #   detection is based on multiples of four).
@@ -126,6 +126,7 @@ pep8.ignore E121
 pep8.ignore E501
 pep8.ignore E251
 pep8.ignore E127
+pep8.ignore E131
 
 # False positives from pyflakes. These are mappings between the path and the
 # issue.





More information about the tor-commits mailing list