Update dependency pylint to v3.0.4 #66
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: profitroll/LibBotUniversal#66
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pylint-3.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:
==3.0.3
->==3.0.4
Release Notes
pylint-dev/pylint (pylint)
v3.0.4
Compare Source
False Positives Fixed
used-before-assignment
is no longer emitted when using a name in a loop anddepending on an earlier name assignment in an
except
block paired withelse: continue
.Closes #6804
Avoid false positives for
no-member
involving functionattributes supplied by decorators.
Closes #9246
Fixed false positive nested-min-max for nested lists.
Closes #9307
Fix false positive for
used-before-assignment
in afinally
blockwhen assignments took place in both the
try
block and each exception handler.Closes #9451
Other Bug Fixes
Catch incorrect ValueError
"generator already executing"
for Python 3.12.0 - 3.12.2.This is fixed upstream in Python 3.12.3.
Closes #9138
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.