diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py index f31df0d38a..bc53fb9f50 100644 --- a/pylint/checkers/variables.py +++ b/pylint/checkers/variables.py @@ -1245,6 +1245,7 @@ def _is_variable_violation( base_scope_type, recursive_klass, ): + # pylint: disable=too-many-nested-blocks # node: Node to check for violation # name: name of node to check violation for # frame: Scope of statement of node