Update dependency pylint to v2.17.2
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pylint (changelog) | dev | patch |
2.17.1 -> 2.17.2
|
Release Notes
PyCQA/pylint
v2.17.2: 2.17.2
False Positives Fixed
-
invalid-namenow allows for integers intypealiasnames:- now valid:
Good2Name,GoodName2. - still invalid:
_1BadName.
Closes #8485
- now valid:
-
No longer consider
Unionas type annotation as type alias for naming checks.Closes #8487
-
unnecessary-lambdano longer warns on lambdas which use its parameters in their body (other than the final arguments), e.g.lambda foo: (bar if foo else baz)(foo).Closes #8496
Other Bug Fixes
-
Fix a crash in pyreverse when "/" characters are used in the output filename e.g pyreverse -o png -p name/ path/to/project.
Closes #8504
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.