Skip to content
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

Update dependency pylint to v2.12.2 #3990

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Update dependency pylint to v2.12.2 #3990

merged 1 commit into from
Dec 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint (changelog) ==2.12.1 -> ==2.12.2 age adoption passing confidence

Release Notes

PyCQA/pylint

v2.12.2

Compare Source

============================
Release date: 2021-11-25

  • Fixed a false positive for unused-import where everything
    was not analyzed properly inside typing guards.

  • Fixed a false-positive regression for used-before-assignment for
    typed variables in the body of class methods that reference the same class

    Closes #​5342

  • Specified that the ignore-paths option considers "" to represent a
    windows directory delimiter instead of a regular expression escape
    character.

  • Fixed a crash with the ignore-paths option when invoking the option
    via the command line.

    Closes #​5437

  • Fixed handling of Sphinx-style parameter docstrings with asterisks. These
    should be escaped with by prepending a "".

    Closes #​5406

  • Add endLine and endColumn keys to output of JSONReporter.

    Closes #​5380

  • Fixed handling of Google-style parameter specifications where descriptions
    are on the line following the parameter name. These were generating
    false positives for missing-param-doc.

    Closes #​5452

  • Fix false negative for consider-iterating-dictionary during membership checks encapsulated in iterables
    or not in checks

    Closes #​5323

  • unused-import now check all ancestors for typing guards

    Closes #​5316


Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Pacific/Auckland.

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

@gizmoguy gizmoguy merged commit cc906f0 into master Dec 6, 2021
@renovate renovate bot deleted the renovate/pylint-2.x branch December 6, 2021 20:45
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