- Notifications
You must be signed in to change notification settings - Fork673
chore(deps): update pre-commit hook pycqa/pylint to v2.13.5#1971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
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:
v2.13.4
->v2.13.5
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, insteadcreate a Discussion in the Renovate repository if you have any questions.Release Notes
pycqa/pylint
v2.13.5
Compare Source
Fix false positive regression in 2.13.0 for
used-before-assignment
forhomonyms between variable assignments in try/except blocks and variables in
subscripts in comprehensions.
Closes#6069
Closes#6136
lru-cache-decorating-method
has been renamed tocache-max-size-none
andwill only be emitted when
maxsize
isNone
.Closes#6180
Fix false positive for
unused-import
when disabling bothused-before-assignment
andundefined-variable
.Closes#6089
Narrow the scope of the
unnecessary-ellipsis
checker to:nodes.Expr
node & at least one other statement.Fix false positive for
used-before-assignment
for assignments taking place vianonlocal declarations after an earlier type annotation.
Closes#5394
Fix crash for
redefined-slots-in-subclass
when the type of the slot is not a const or a string.Closes#6100
Only raise
not-callable
when all the inferred values of a property are not callable.Closes#5931
Fix a false negative for
subclassed-final-class
when a set of other messages were disabled.Configuration
📅Schedule: At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻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 byWhiteSource Renovate. View repository job loghere.