diff --git a/pylintrc b/pylintrc index 2a82bf879..10db0e7f2 100644 --- a/pylintrc +++ b/pylintrc @@ -108,6 +108,7 @@ disable= consider-using-with, # pylint 2.8.0, contextmanager is not mandatory consider-using-max-builtin, # pylint 2.8.0, can be more readable consider-using-min-builtin, # pylint 2.8.0, can be more readable + redundant-u-string-prefix, # pylint 2.10.0, too many unessential changes [REPORTS]