[tor-commits] [nyx/master] Drop style checker keywords that no longer exist

atagar at torproject.org atagar at torproject.org
Tue Sep 22 17:08:39 UTC 2015


commit 6ece6bd8939f9d09114fa54c7e17a0c6549f66e9
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Jul 10 09:34:12 2015 -0700

    Drop style checker keywords that no longer exist
    
    Stem recently dropped these since PEP8 checks now do them.
---
 run_tests.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/run_tests.py b/run_tests.py
index aea9d01..15dd45b 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -54,9 +54,7 @@ def main():
   if stem.util.test_tools.is_pep8_available():
     pep8_issues = stem.util.test_tools.stylistic_issues(
       SRC_PATHS,
-      check_two_space_indents = True,
       check_newlines = True,
-      check_trailing_whitespace = True,
       check_exception_keyword = True,
       prefer_single_quotes = True,
     )





More information about the tor-commits mailing list