We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170cd33 commit e52906bCopy full SHA for e52906b
pylint/checkers/variables.py
@@ -2512,7 +2512,7 @@ class D(Tp):
2512
and name in frame_locals
2513
)
2514
2515
- # pylint: disable = too-many-branches, too-many-statements
+ # pylint: disable-next=too-many-branches,too-many-statements
2516
def _loopvar_name(self, node: astroid.Name) -> None:
2517
# filter variables according to node's scope
2518
astmts = [s for s in node.lookup(node.name)[1] if hasattr(s, "assign_type")]
0 commit comments