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.0.2`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.0.2)
[Compare Source](https://togithub.com/PyCQA/pylint/compare/v3.0.1...v3.0.2)
## False Positives Fixed
- Fix `used-before-assignment` false positive for generic type syntax (PEP 695, Python 3.12).
Closes [#9110](https://togithub.com/PyCQA/pylint/issues/9110)
## Other Bug Fixes
- Escape special symbols and newlines in messages.
Closes [#7874](https://togithub.com/PyCQA/pylint/issues/7874)
- Fixes suggestion for `nested-min-max` for expressions with additive operators, list and dict comprehensions.
Closes [#8524](https://togithub.com/PyCQA/pylint/issues/8524)
- Fixes ignoring conditional imports with `ignore-imports=y`.
Closes [#8914](https://togithub.com/PyCQA/pylint/issues/8914)
- Emit `inconsistent-quotes` for f-strings with 3.12 interpreter only if targeting pre-3.12 versions.
Closes [#9113](https://togithub.com/PyCQA/pylint/issues/9113)
Configuration
📅 Schedule: Branch creation - "before 6am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 contains the following updates:
v3.0.1
->v3.0.2
Note: The
pre-commit
manager in Renovate is not supported by thepre-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.0.2`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.0.2) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v3.0.1...v3.0.2) ## False Positives Fixed - Fix `used-before-assignment` false positive for generic type syntax (PEP 695, Python 3.12). Closes [#9110](https://togithub.com/PyCQA/pylint/issues/9110) ## Other Bug Fixes - Escape special symbols and newlines in messages. Closes [#7874](https://togithub.com/PyCQA/pylint/issues/7874) - Fixes suggestion for `nested-min-max` for expressions with additive operators, list and dict comprehensions. Closes [#8524](https://togithub.com/PyCQA/pylint/issues/8524) - Fixes ignoring conditional imports with `ignore-imports=y`. Closes [#8914](https://togithub.com/PyCQA/pylint/issues/8914) - Emit `inconsistent-quotes` for f-strings with 3.12 interpreter only if targeting pre-3.12 versions. Closes [#9113](https://togithub.com/PyCQA/pylint/issues/9113)Configuration
📅 Schedule: Branch creation - "before 6am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.