diff --git a/pylint/pylintrc b/pylint/pylintrc index 61e9293..6fc509f 100644 --- a/pylint/pylintrc +++ b/pylint/pylintrc @@ -151,6 +151,7 @@ disable=print-statement, too-many-statements, too-few-public-methods, broad-except, + consider-using-f-string, consider-iterating-dictionary # Enable the message, report, category or checker with the given id(s). You can