diff --git a/scripts/linter.py b/scripts/linter.py
index 67db588b31697a4de8e800c4fd16b12e0c8ef3f7..1beb95593ea5117b5b7996362ce5e6f4e7e9e82a 100755
--- a/scripts/linter.py
+++ b/scripts/linter.py
@@ -83,13 +83,13 @@ def config_cmd_parser():
 
 def print_banner():
     # Font: Ivrit
-    print('+------------------------------+')
-    print('|  _     _       _             |')
-    print('| | |   (_)_ __ | |_ ___ _ __  |')
-    print('| | |   | | \'_ \| __/ _ \ \'__| |')
-    print('| | |___| | | | | ||  __/ |    |')
-    print('| |_____|_|_| |_|\__\___|_|    |')
-    print('+------------------------------+')
+    print(r"+------------------------------+")
+    print(r"|  _     _       _             |")
+    print(r"| | |   (_)_ __ | |_ ___ _ __  |")
+    print(r"| | |   | | '_ \| __/ _ \ '__| |")
+    print(r"| | |___| | | | | ||  __/ |    |")
+    print(r"| |_____|_|_| |_|\__\___|_|    |")
+    print(r"+------------------------------+")
 
 
 class Colors():