10000 chore(deps): update pre-commit hook pycqa/pylint to v2.13.5 by renovate[bot] · Pull Request #1971 · python-gitlab/python-gitlab · GitHub
[go: up one dir, main page]

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Apr 6, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
pycqa/pylint repository patch v2.13.4 -> v2.13.5

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers 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.5

Compare Source

  • Fix false positive regression in 2.13.0 for used-before-assignment for
    homonyms between variable assignments in try/except blocks and variables in
    subscripts in comprehensions.

    Closes #​6069
    Closes #​6136

  • lru-cache-decorating-method has been renamed to cache-max-size-none and
    will only be emitted when maxsize is None.

    Closes #​6180

  • Fix false positive for unused-import when disabling both used-before-assignment and undefined-variable.

    Closes #​6089

  • Narrow the scope of the unnecessary-ellipsis checker to:

    • functions & classes which contain both a docstring and an ellipsis.
    • A body which contains an ellipsis nodes.Expr node & at least one other statement.
  • Fix false positive for used-before-assignment for assignments taking place via
    nonlocal 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@nejch nejch merged commit 5370979 into main Apr 7, 2022
@nejch nejch deleted the renovate/pycqa-pylint-2.x branch April 7, 2022 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0