diff --git a/.pylintrc b/.pylintrc index b23bef8e66b..0ea065a617e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -70,7 +70,8 @@ disable=missing-docstring, wrong-import-order, # Leave this up to isort bad-continuation, # Leave this up to black line-too-long, # Leave this up to black - exec-used + exec-used, + unsubscriptable-object # 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