Skip to content

Update dependency pylint to v3.3.6#633

Merged
ctalkington merged 1 commit into
masterfrom
renovate/pylint-3.x
Apr 18, 2025
Merged

Update dependency pylint to v3.3.6#633
ctalkington merged 1 commit into
masterfrom
renovate/pylint-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 9, 2024

This PR contains the following updates:

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

Release Notes

pylint-dev/pylint (pylint)

v3.3.6

Compare Source

What's new in Pylint 3.3.6?

Release date: 2025-03-20

False Positives Fixed

  • Fix a false positive for used-before-assignment when an inner function's return type
    annotation is a class defined at module scope.

    Closes #​9391

v3.3.5

Compare Source

What's new in Pylint 3.3.5?

Release date: 2025-03-09

False Positives Fixed

  • Fix false positives for use-implicit-booleaness-not-comparison, use-implicit-booleaness-not-comparison-to-string
    and use-implicit-booleaness-not-comparison-to-zero when chained comparisons are checked.

    Closes #​10065

  • Fix a false positive for invalid-getnewargs-ex-returned when the tuple or dict has been assigned to a name.

    Closes #​10208

  • Remove getopt and optparse from the list of deprecated modules.

    Closes #​10211

Other Bug Fixes

  • Fixed conditional import x.y causing false positive possibly-used-before-assignment.

    Closes #​10081

  • Fix a crash when something besides a class is found in an except handler.

    Closes #​10106

  • Fixed raising invalid-name when using camelCase for private methods with two leading underscores.

    Closes #​10189

Other Changes

  • Upload release assets to PyPI via Trusted Publishing.

    Closes #​10256

v3.3.4: 3.3.4

Compare Source

Other Bug Fixes

  • Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number.

    Closes #​10073

  • Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage.

    Closes #​10103

  • Relaxed the requirements for isort so pylint can benefit from isort 6.

    Closes #​10203

v3.3.3

Compare Source

What's new in Pylint 3.3.3?

Release date: 2024-12-23

False Positives Fixed

  • Fix false positives for undefined-variable for classes using Python 3.12
    generic type syntax.

    Closes #​9335

  • Fix a false positive for use-implicit-booleaness-not-len. No lint should be emitted for
    generators (len is not defined for generators).

    Refs #​10100

Other Bug Fixes

  • Fix Unable to import 'collections.abc' (import-error) on Python 3.13.1.

    Closes #​10112

v3.3.2

Compare Source

False Positives Fixed

  • Fix a false positive for potential-index-error when an indexed iterable
    contains a starred element that evaluates to more than one item.

    Closes #​10076

Other Bug Fixes

  • Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).

    Closes #​10026


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Dec 9, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.39%. Comparing base (6e8e86d) to head (244cfb1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #633   +/-   ##
=======================================
  Coverage   94.39%   94.39%           
=======================================
  Files           9        9           
  Lines         874      874           
  Branches      121      121           
=======================================
  Hits          825      825           
  Misses         22       22           
  Partials       27       27           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/pylint-3.x branch 6 times, most recently from efb43df to 160fc3d Compare December 16, 2024 01:02
@renovate renovate Bot changed the title Update dependency pylint to v3.3.2 Update dependency pylint to v3.3.3 Dec 24, 2024
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 160fc3d to bb441ca Compare December 24, 2024 04:38
@renovate renovate Bot changed the title Update dependency pylint to v3.3.3 Update dependency pylint to v3.3.4 Jan 28, 2025
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from bb441ca to 64af037 Compare January 28, 2025 13:53
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 64af037 to de81234 Compare March 9, 2025 09:52
@renovate renovate Bot changed the title Update dependency pylint to v3.3.4 Update dependency pylint to v3.3.5 Mar 9, 2025
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from de81234 to c35d7e4 Compare March 20, 2025 16:42
@renovate renovate Bot changed the title Update dependency pylint to v3.3.5 Update dependency pylint to v3.3.6 Mar 20, 2025
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch 2 times, most recently from 6b3e431 to 9df535e Compare April 18, 2025 03:33
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 9df535e to 244cfb1 Compare April 18, 2025 03:36
@ctalkington ctalkington merged commit 38196b8 into master Apr 18, 2025
15 checks passed
@ctalkington ctalkington deleted the renovate/pylint-3.x branch April 18, 2025 05:01
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