PyCQA/pylint
### [`v2.13.8`](https://togithub.com/PyCQA/pylint/blob/HEAD/ChangeLog#Whats-New-in-Pylint-2138)
[Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.13.7...v2.13.8)
\============================
Release date: TBA
- Fix a false positive for `undefined-loop-variable` for a variable used in a lambda
inside the first of multiple loops.
Closes [#6419](https://togithub.com/PyCQA/pylint/issues/6419)
- Fix a crash when linting a file that passes an integer `mode=` to
`open`
Closes [#6414](https://togithub.com/PyCQA/pylint/issues/6414)
- Fix a false positive for `undefined-loop-variable` when the `else` of a `for`
loop raises or returns.
Closes [#5971](https://togithub.com/PyCQA/pylint/issues/5971)
- Fix false positive for `unused-variable` for classes inside functions
and where a metaclass is provided via a call.
Closes [#4020](https://togithub.com/PyCQA/pylint/issues/4020)
Configuration
📅 Schedule: 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, click this checkbox.
This PR contains the following updates:
==2.13.7
->==2.13.8
Release Notes
PyCQA/pylint
### [`v2.13.8`](https://togithub.com/PyCQA/pylint/blob/HEAD/ChangeLog#Whats-New-in-Pylint-2138) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.13.7...v2.13.8) \============================ Release date: TBA - Fix a false positive for `undefined-loop-variable` for a variable used in a lambda inside the first of multiple loops. Closes [#6419](https://togithub.com/PyCQA/pylint/issues/6419) - Fix a crash when linting a file that passes an integer `mode=` to `open` Closes [#6414](https://togithub.com/PyCQA/pylint/issues/6414) - Fix a false positive for `undefined-loop-variable` when the `else` of a `for` loop raises or returns. Closes [#5971](https://togithub.com/PyCQA/pylint/issues/5971) - Fix false positive for `unused-variable` for classes inside functions and where a metaclass is provided via a call. Closes [#4020](https://togithub.com/PyCQA/pylint/issues/4020)Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.