diff --git a/pylint/pylintrc b/pylint/pylintrc index eebdb72..61e9293 100644 --- a/pylint/pylintrc +++ b/pylint/pylintrc @@ -150,7 +150,8 @@ disable=print-statement, too-many-arguments, too-many-statements, too-few-public-methods, - broad-except + broad-except, + consider-iterating-dictionary # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option