Skip to content
Snippets Groups Projects
Commit 216cfa26 authored by Campbell Barton's avatar Campbell Barton
Browse files

autopep8_clean: update blacklist

parent 07a9c55a
Branches
Tags
No related merge requests found
...@@ -13,6 +13,9 @@ PATHS = ( ...@@ -13,6 +13,9 @@ PATHS = (
BLACKLIST = ( BLACKLIST = (
"source/tools/svn_rev_map/sha1_to_rev.py", "source/tools/svn_rev_map/sha1_to_rev.py",
"source/tools/svn_rev_map/rev_to_sha1.py", "source/tools/svn_rev_map/rev_to_sha1.py",
"source/tools/svn_rev_map/rev_to_sha1.py",
"release/scripts/modules/bl_i18n_utils/settings.py",
"release/scripts/modules/bl_i18n_utils/utils_rtl.py",
) )
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath( SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(
...@@ -28,6 +31,7 @@ BLACKLIST = set( ...@@ -28,6 +31,7 @@ BLACKLIST = set(
for p in BLACKLIST for p in BLACKLIST
) )
def files(path, test_fn): def files(path, test_fn):
for dirpath, dirnames, filenames in os.walk(path): for dirpath, dirnames, filenames in os.walk(path):
# skip '.git' # skip '.git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment