Merged
Merged
Conversation
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| PyCQA/pylint | repository | patch | v3.3.8 -> v3.3.9 |
||
| pylint (changelog) | dependency-groups | patch | ==3.3.8 -> ==3.3.9 |
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 (PyCQA/pylint)v3.3.9
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.resourcesas deprecated.Closes #10593
-
Fix false positive
inconsistent-return-statementswhen usingquit()orexit()functions.Closes #10508
-
Fix false positive
undefined-variable(E0602) for for-loop variable shadowing patterns likefor 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
v3.3.9
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.resourcesas deprecated.Closes #10593
-
Fix false positive
inconsistent-return-statementswhen usingquit()orexit()functions.Closes #10508
-
Fix false positive
undefined-variable(E0602) for for-loop variable shadowing patterns likefor 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 - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 these updates again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.