⬆️ Update dependency pylint to v3.0.4#1259
Merged
renovate[bot] merged 1 commit intomainfrom Feb 24, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1259 +/- ##
=======================================
Coverage 58.26% 58.26%
=======================================
Files 4 4
Lines 599 599
Branches 147 147
=======================================
Hits 349 349
Misses 229 229
Partials 21 21 ☔ View full report in Codecov by Sentry. |
ed88b77 to
083b4db
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
3.0.3->3.0.4Release Notes
pylint-dev/pylint (pylint)
v3.0.4Compare Source
False Positives Fixed
used-before-assignmentis no longer emitted when using a name in a loop anddepending on an earlier name assignment in an
exceptblock paired withelse: continue.Closes #6804
Avoid false positives for
no-memberinvolving functionattributes supplied by decorators.
Closes #9246
Fixed false positive nested-min-max for nested lists.
Closes #9307
Fix false positive for
used-before-assignmentin afinallyblockwhen assignments took place in both the
tryblock 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 - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.