From 216cfa26c78ca3a26f7227233af4297e04640616 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Thu, 27 Sep 2018 09:39:26 +1000
Subject: [PATCH] autopep8_clean: update blacklist

---
 utils/autopep8_clean_config.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/utils/autopep8_clean_config.py b/utils/autopep8_clean_config.py
index 53ea7a1..435ee88 100644
--- a/utils/autopep8_clean_config.py
+++ b/utils/autopep8_clean_config.py
@@ -13,6 +13,9 @@ PATHS = (
 BLACKLIST = (
     "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",
+    "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(
@@ -28,6 +31,7 @@ BLACKLIST = set(
     for p in BLACKLIST
 )
 
+
 def files(path, test_fn):
     for dirpath, dirnames, filenames in os.walk(path):
         # skip '.git'
-- 
GitLab