chore(deps): update dependency pylint to v2.17.4 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com>
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pylint (changelog) | dev-dependencies | patch |
2.17.3 -> 2.17.4
|
Release Notes
PyCQA/pylint
v2.17.4
: 2.17.4
False Positives Fixed
-
Fix a false positive for
bad-dunder-name
when there is a user-defined__index__
method.Closes #8613
Other Bug Fixes
-
pyreverse
: added escaping of vertical bar character in annotation labels produced by DOT printer to ensure it is not treated as field separator of record-based nodes.Closes #8603
-
Fixed a crash when generating a configuration file:
tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
caused by tomlkitv0.11.8
.Closes #8632
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.