Update dependency pylint to v3.2.3
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pylint (changelog) | patch |
==3.2.2 -> ==3.2.3
|
Release Notes
pylint-dev/pylint (pylint)
v3.2.3
False Positives Fixed
-
Classes with only an Ellipsis (
...
) in their body do not trigger 'multiple-statements' anymore if they are inlined (in accordance with black's 2024 style).Closes #9398
-
Fix 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 #9671
-
Fix a false positive for
use-yield-from
when using the return value from theyield
atom.Closes #9696
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.