Skip to content

Update dependency pylint to v2.17.7#499

Merged
ctalkington merged 1 commit into
masterfrom
renovate/pylint-2.x
Feb 27, 2024
Merged

Update dependency pylint to v2.17.7#499
ctalkington merged 1 commit into
masterfrom
renovate/pylint-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint (changelog) 2.17.5 -> 2.17.7 age adoption passing confidence

Release Notes

pylint-dev/pylint (pylint)

v2.17.7

Compare Source

2.17.7 is the last release before we only support pylint 3.0.0 or superior and python 3.8 or superior.

False Positives Fixed

  • Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
    messages for code involving TypeVar.

    Closes #​9069

Other Bug Fixes

  • Fix crash in refactoring checker when unary operand used with variable in for
    loop.

    Closes #​9074

v2.17.6

Compare Source

Other Bug Fixes

  • When parsing comma-separated lists of regular expressions in the config,
    ignore commas that are inside braces since those indicate quantifiers, not
    delineation between expressions.

    Closes #​7229

  • sys.argv is now always correctly considered as impossible to infer
    (instead of using the actual values given to pylint).

    Closes #​9047

  • Don't show class fields more than once in Pyreverse diagrams.

    Closes #​8189

  • Don't show arrows more than once in Pyreverse diagrams.

    Closes #​8522

  • Don't show duplicate type annotations in Pyreverse diagrams.

    Closes #​8888

  • Don't add Optional to | annotations with None in Pyreverse diagrams.

    Closes #​9014


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Sep 26, 2023
@renovate renovate Bot changed the title Update dependency pylint to v2.17.6 Update dependency pylint to v2.17.7 Sep 30, 2023
@renovate renovate Bot force-pushed the renovate/pylint-2.x branch from 2d6a0f5 to 227a912 Compare September 30, 2023 21:53
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.23%. Comparing base (e8dc444) to head (9aa866e).
Report is 1 commits behind head on master.

❗ Current head 9aa866e differs from pull request most recent head 340c7c4. Consider uploading reports for the commit 340c7c4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #499   +/-   ##
=======================================
  Coverage   95.23%   95.23%           
=======================================
  Files           9        9           
  Lines         819      819           
  Branches      122      122           
=======================================
  Hits          780      780           
  Misses         14       14           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot force-pushed the renovate/pylint-2.x branch 7 times, most recently from 6741e95 to 9aa866e Compare February 27, 2024 00:58
@renovate renovate Bot force-pushed the renovate/pylint-2.x branch from 9aa866e to 340c7c4 Compare February 27, 2024 01:02
@ctalkington ctalkington merged commit bac1fb5 into master Feb 27, 2024
@ctalkington ctalkington deleted the renovate/pylint-2.x branch February 27, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant