diff --git a/pylintrc b/pylintrc index 33c88dfa0ded..725a0312969f 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 e813d8b6ca9f..ad6b502096e8 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]