Commits
Click on a commit to change the comparison rangeFix a false positive for ``redefined-outer-name`` when there is a name defined in an exception-handling block which shares the same name as a local variable that has been defined in a function body.
Closes #96719 months ago
by mbyrnepr2 Fix: `Useless suppression of 'redefined-outer-name'`.9 months ago
by mbyrnepr2 Check if the outer node is in the scope of an exception assignment and
do not emit ``redefined-outer-name`` if that is the case.9 months ago
by mbyrnepr2 Tidy up the accuracy of the test docstring.9 months ago
by mbyrnepr2