Update dependency pylint to v3.2.7
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pylint (changelog) | patch |
==3.2.6 -> ==3.2.7
|
Release Notes
pylint-dev/pylint (pylint)
v3.2.7
What's new in Pylint 3.2.7?
Release date: 2024-08-31
False Positives Fixed
-
Fixed a false positive
unreachable
forNoReturn
coroutine functions.Closes #9840
Other Bug Fixes
-
Fix crash in refactoring checker when calling a lambda bound as a method.
Closes #9865
-
Fix a crash in
undefined-loop-variable
when providing theiterable
argument toenumerate()
.Closes #9875
-
Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.
Refs #9883
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.