Update dependency pylint to v4.0.1 #260
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pylint-4.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:
==4.0.0
->==4.0.1
Release Notes
pylint-dev/pylint (pylint)
v4.0.1
Compare Source
What's new in Pylint 4.0.1?
Release date: 2025-10-14
False Positives Fixed
Exclude
__all__
and__future__.annotations
fromunused-variable
.Closes #10019
Fix false-positive for
bare-name-capture-pattern
if a case guard is used.Closes #10647
Check enums created with the
Enum()
functional syntax to pass against the--class-rgx
for theinvalid-name
check, like other enums.Closes #10660
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.