diff --git a/utils/autopep8_clean_config.py b/utils/autopep8_clean_config.py
index 53ea7a1e917bfc5c3aeea28ad8fbe3945910757d..435ee88b241ebec161907e994abef3a5235d02ba 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'