PyCQA/pylint
### [`v2.14.3`](https://togithub.com/PyCQA/pylint/releases/tag/v2.14.3)
[Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.14.2...v2.14.3)
- Fixed two false positives for `bad-super-call` for calls that refer to a non-direct parent.
Closes [#4922](https://togithub.com/PyCQA/pylint/issues/4922), Closes [#2903](https://togithub.com/PyCQA/pylint/issues/2903)
- Fixed a false positive for `useless-super-delegation` for subclasses that specify the number of
of parameters against a parent that uses a variadic argument.
Closes [#2270](https://togithub.com/PyCQA/pylint/issues/2270)
- Allow suppressing `undefined-loop-variable` and `undefined-variable` without raising `useless-suppression`.
- Fixed false positive for `undefined-variable` for `__class__` in inner methods.
Closes [#4032](https://togithub.com/PyCQA/pylint/issues/4032)
Configuration
π Schedule: Branch creation - "before 2am" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==2.14.2
->==2.14.3
Release Notes
PyCQA/pylint
### [`v2.14.3`](https://togithub.com/PyCQA/pylint/releases/tag/v2.14.3) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.14.2...v2.14.3) - Fixed two false positives for `bad-super-call` for calls that refer to a non-direct parent. Closes [#4922](https://togithub.com/PyCQA/pylint/issues/4922), Closes [#2903](https://togithub.com/PyCQA/pylint/issues/2903) - Fixed a false positive for `useless-super-delegation` for subclasses that specify the number of of parameters against a parent that uses a variadic argument. Closes [#2270](https://togithub.com/PyCQA/pylint/issues/2270) - Allow suppressing `undefined-loop-variable` and `undefined-variable` without raising `useless-suppression`. - Fixed false positive for `undefined-variable` for `__class__` in inner methods. Closes [#4032](https://togithub.com/PyCQA/pylint/issues/4032)Configuration
π Schedule: Branch creation - "before 2am" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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.