Closed renovate[bot] closed 2 years ago
Base: 84.06% // Head: 84.06% // No change to project coverage :thumbsup:
Coverage data is based on head (
83f79c0
) compared to base (074b7ab
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
==2.15.2
->==2.15.3
Release Notes
PyCQA/pylint
### [`v2.15.3`](https://togithub.com/PyCQA/pylint/releases/tag/v2.15.3) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.15.2...v2.15.3) - Fixed a crash in the `unhashable-member` checker when using a `lambda` as a dict key. Closes [#7453](https://togithub.com/PyCQA/pylint/issues/7453) - Fix a crash in the `modified-iterating-dict` checker involving instance attributes. Closes [#7461](https://togithub.com/PyCQA/pylint/issues/7461) - `invalid-class-object` does not crash anymore when `__class__` is assigned alongside another variable. Closes [#7467](https://togithub.com/PyCQA/pylint/issues/7467) - Fix false positive for `global-variable-not-assigned` when a global variable is re-assigned via an `ImportFrom` node. Closes [#4809](https://togithub.com/PyCQA/pylint/issues/4809) - Fix false positive for `undefined-loop-variable` in `for-else` loops that use a function having a return type annotation of `NoReturn` or `Never`. Closes [#7311](https://togithub.com/PyCQA/pylint/issues/7311) - `--help-msg` now accepts a comma-separated list of message IDs again. Closes [#7471](https://togithub.com/PyCQA/pylint/issues/7471)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, 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 Mend Renovate. View repository job log here.