From 5b1007cda232550e30b8264c77d58930cc2ceb21 Mon Sep 17 00:00:00 2001
From: Matthew Piatetsky <mpiatetsky@edx.org>
Date: Tue, 5 Feb 2019 10:20:15 -0500
Subject: [PATCH] enable unicode format string linter

---
 pylintrc        | 3 +--
 pylintrc_tweaks | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/pylintrc b/pylintrc
index 33c88dfa0de..725a0312969 100644
--- a/pylintrc
+++ b/pylintrc
@@ -346,7 +346,6 @@ disable =
 	using-cmp-argument,
 	xrange-builtin,
 	zip-builtin-not-iterating,
-	unicode-format-string,
 	native-string,
 
 [REPORTS]
@@ -447,4 +446,4 @@ int-import-graph =
 [EXCEPTIONS]
 overgeneral-exceptions = Exception
 
-# 4285ece9aa125ff8efc6f77ed6d34579e65e2d96
+# ddfc2b6fc6acff4fdfcc76ecb982aa840035d86f
diff --git a/pylintrc_tweaks b/pylintrc_tweaks
index e813d8b6ca9..ad6b502096e 100644
--- a/pylintrc_tweaks
+++ b/pylintrc_tweaks
@@ -7,7 +7,6 @@ load-plugins+=,caniusepython3.pylint_checker
 [MESSAGES CONTROL]
 # Disable unicode-format-string until we can agree to turn it on.
 disable+ =
-    unicode-format-string,
     native-string,
 
 [BASIC]
-- 
GitLab