From 6e28ac2d7b241d9ee859650d58a89e2b7d441ea7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Nov 2011 19:36:12 +0000 Subject: pep8 edits and avoid naming conflicts with python builtins --- source/tests/pep8.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/tests/pep8.py') diff --git a/source/tests/pep8.py b/source/tests/pep8.py index 0c7c90a2382..4b957f20907 100644 --- a/source/tests/pep8.py +++ b/source/tests/pep8.py @@ -122,12 +122,13 @@ def main(): "W0232," # class has no __init__, Operator/Panel/Menu etc "W0142," # Used * or ** magic # even needed in some cases - "R0903," # bake_action] Too many statements (68/50) + "R0902," # Too many instance attributes + "R0903," # Too many statements "R0911," # Too many return statements "R0912," # Too many branches "R0913," # Too many arguments "R0914," # Too many local variables - "R0915," # bake_action] Too many statements (68/50) + "R0915," # Too many statements " " "--include-ids=y " "--output-format=parseable " -- cgit v1.2.3