Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-11-24 23:36:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-24 23:36:12 +0400
commit6e28ac2d7b241d9ee859650d58a89e2b7d441ea7 (patch)
tree5a1aaeb5131a5ca240bd88e93b9fba0bdcaa1f30 /source/tests/pep8.py
parentddfc518caea168ae1882e717ef28a35f91705a14 (diff)
pep8 edits and avoid naming conflicts with python builtins
Diffstat (limited to 'source/tests/pep8.py')
-rw-r--r--source/tests/pep8.py5
1 files changed, 3 insertions, 2 deletions
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 "