Skip to content

chore(deps): update dependency pylint to v3.3.9#5875

Merged
renovate[bot] merged 1 commit intodevelopfrom
renovate/pylint-3.x
Oct 5, 2025
Merged

chore(deps): update dependency pylint to v3.3.9#5875
renovate[bot] merged 1 commit intodevelopfrom
renovate/pylint-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 5, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
pylint (changelog) ==3.3.8 -> ==3.3.9 age confidence

Release Notes

pylint-dev/pylint (pylint)

v3.3.9

Compare Source

What's new in Pylint 3.3.9?

Release date: 2025-10-05

False Positives Fixed

  • Fix used-before-assignment for PEP 695 type aliases and parameters.

    Closes #​9815

  • No longer flag undeprecated functions in importlib.resources as deprecated.

    Closes #​10593

  • Fix false positive inconsistent-return-statements when using quit() or exit() functions.

    Closes #​10508

  • Fix false positive undefined-variable (E0602) for for-loop variable shadowing patterns like for item in item: when the variable was previously defined.

    Closes #​10562

Other Bug Fixes

  • Fixed crash in 'unnecessary-list-index-lookup' when starting an enumeration using
    minus the length of an iterable inside a dict comprehension when the len call was only
    made in this dict comprehension, and not elsewhere. Also changed the approach,
    to use inference in all cases but the simple ones, so we don't have to fix crashes
    one by one for arbitrarily complex expressions in enumerate.

    Closes #​10510


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 enabled auto-merge October 5, 2025 21:40
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from deda947 to e125925 Compare October 5, 2025 22:14
@renovate renovate Bot merged commit ef9afd1 into develop Oct 5, 2025
46 checks passed
@renovate renovate Bot deleted the renovate/pylint-3.x branch October 5, 2025 22:24
@github-project-automation github-project-automation Bot moved this from In Progress to Done in task list Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

0 participants