Update dependency pylint to v2.15.10 #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pylint-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.15.9
->==2.15.10
Release Notes
PyCQA/pylint
v2.15.10
Compare Source
False Positives Fixed
Fix
use-sequence-for-iteration
when unpacking a set with*
.Closes #5788
Fix false positive
assigning-non-slot
when a class attribute isre-assigned.
Closes #6001
Fixes
used-before-assignment
false positive when the walrus operatoris used in a ternary operator.
Closes #7779
Prevent
used-before-assignment
when imports guarded byif TYPE_CHECKING
are guarded again when used.
Closes #7979
Other Bug Fixes
Using custom braces in
msg-template
will now work properly.Closes #5636
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!![Quality Gate passed Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png)