Merged
Merged
Conversation
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| PyCQA/pylint | repository | patch | v4.0.4 → v4.0.5 |
||
| pylint (changelog) | dependency-groups | patch | ==4.0.4 → ==4.0.5 |
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)v4.0.5
What's new in Pylint 4.0.5?
Release date: 2026-02-20
False Positives Fixed
-
Fix possibly-used-before-assignment false positive when using self.fail() in tests.
Closes #10743
-
Fixed false positive for
logging-unsupported-formatwhen no arguments are provided to logging functions.According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like
logging.error("%test")are valid.Closes #10752
-
Fix a false positive for
invalid-namewhere a dataclass field typed withFinal
was evaluated against theclass_constregex instead of theclass_attributeregex.Closes #10790
-
Avoid emitting
unspecified-encoding(W1514) whenpy-versionis 3.15+.Refs #10791
Other Bug Fixes
-
Fix
--known_third_partyconfig being ignored.Closes #10801
-
Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.
Closes #10825
-
dependency on isort is now set to <9, permitting to use isort 8.
Closes #10857
v4.0.5
What's new in Pylint 4.0.5?
Release date: 2026-02-20
False Positives Fixed
-
Fix possibly-used-before-assignment false positive when using self.fail() in tests.
Closes #10743
-
Fixed false positive for
logging-unsupported-formatwhen no arguments are provided to logging functions.According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like
logging.error("%test")are valid.Closes #10752
-
Fix a false positive for
invalid-namewhere a dataclass field typed withFinal
was evaluated against theclass_constregex instead of theclass_attributeregex.Closes #10790
-
Avoid emitting
unspecified-encoding(W1514) whenpy-versionis 3.15+.Refs #10791
Other Bug Fixes
-
Fix
--known_third_partyconfig being ignored.Closes #10801
-
Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.
Closes #10825
-
dependency on isort is now set to <9, permitting to use isort 8.
Closes #10857
Configuration
📅 Schedule: Branch creation - Only on Sunday ( * * * * 0 ) (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.