diff --git a/pylintrc b/pylintrc
index 33c88dfa0ded086e79d46b8054b78bcefed37490..725a0312969f5eb1806469b29a19560e5a837f2b 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 e813d8b6ca9f94c2c2601041d76115656ed8c4d0..ad6b502096e80b02fe68a7769af925dd642eeb46 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]