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 'tests/python/pep8.py')
-rw-r--r--tests/python/pep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/pep8.py b/tests/python/pep8.py
index 0d6db729767..61093fd7c27 100644
--- a/tests/python/pep8.py
+++ b/tests/python/pep8.py
@@ -37,7 +37,7 @@ import os
# how many lines to read into the file, pep8 comment
# should be directly after the license header, ~20 in most cases
PEP8_SEEK_COMMENT = 40
-SKIP_PREFIX = "./tools", "./config", "./scons", "./extern"
+SKIP_PREFIX = "./tools", "./config", "./extern"
SKIP_ADDONS = True
FORCE_PEP8_ALL = False