Skip to content

chore(deps): update pre-commit hook pycqa/pylint to v2.13.8 #2018

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
May 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
pycqa/pylint repository patch v2.13.7 -> v2.13.8

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.8

Compare Source

  • Fix a false positive for undefined-loop-variable for a variable used in a lambda
    inside the first of multiple loops.

    Closes #​6419

  • Fix a crash when linting a file that passes an integer mode= to open

    Closes #​6414

  • Avoid reporting superfluous-parens on expressions using the is not operator.

    Closes #​5930

  • Fix a false positive for undefined-loop-variable when the else of a for
    loop raises or returns.

    Closes #​5971

  • Fix false positive for unused-variable for classes inside functions
    and where a metaclass is provided via a call.

    Closes #​4020

  • Fix false positive for unsubscriptable-object in Python 3.8 and below for
    statements guarded by if TYPE_CHECKING.

    Closes #​3979


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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.

@renovate renovate bot force-pushed the renovate/pycqa-pylint-2.x branch from a059d93 to 1835593 Compare May 9, 2022 14:53
@nejch nejch enabled auto-merge May 9, 2022 14:54
@nejch nejch merged commit 9e64645 into main May 9, 2022
@nejch nejch deleted the renovate/pycqa-pylint-2.x branch May 9, 2022 15:07
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