chore(deps): update pre-commit hook pycqa/pylint to v2.13.5 #1971
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.5Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
pycqa/pylint
v2.13.5Compare Source
Fix false positive regression in 2.13.0 for
used-before-assignmentforhomonyms between variable assignments in try/except blocks and variables in
subscripts in comprehensions.
Closes #6069
Closes #6136
lru-cache-decorating-methodhas been renamed tocache-max-size-noneandwill only be emitted when
maxsizeisNone.Closes #6180
Fix false positive for
unused-importwhen disabling bothused-before-assignmentandundefined-variable.Closes #6089
Narrow the scope of the
unnecessary-ellipsischecker to:nodes.Exprnode & at least one other statement.Fix false positive for
used-before-assignmentfor assignments taking place vianonlocal declarations after an earlier type annotation.
Closes #5394
Fix crash for
redefined-slots-in-subclasswhen the type of the slot is not a const or a string.Closes #6100
Only raise
not-callablewhen all the inferred values of a property are not callable.Closes #5931
Fix a false negative for
subclassed-final-classwhen 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 by WhiteSource Renovate. View repository job log here.