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:
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 "