Update dependency pylint to v2.12.2 #3990
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.12.1
->==2.12.2
Release Notes
PyCQA/pylint
v2.12.2
Compare Source
============================
Release date: 2021-11-25
Fixed a false positive for
unused-import
where everythingwas not analyzed properly inside typing guards.
Fixed a false-positive regression for
used-before-assignment
fortyped variables in the body of class methods that reference the same class
Closes #5342
Specified that the
ignore-paths
option considers "" to represent awindows directory delimiter instead of a regular expression escape
character.
Fixed a crash with the
ignore-paths
option when invoking the optionvia the command line.
Closes #5437
Fixed handling of Sphinx-style parameter docstrings with asterisks. These
should be escaped with by prepending a "".
Closes #5406
Add
endLine
andendColumn
keys to output ofJSONReporter
.Closes #5380
Fixed handling of Google-style parameter specifications where descriptions
are on the line following the parameter name. These were generating
false positives for
missing-param-doc
.Closes #5452
Fix false negative for
consider-iterating-dictionary
during membership checks encapsulated in iterablesor
not in
checksCloses #5323
unused-import
now check all ancestors for typing guardsCloses #5316
Configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Pacific/Auckland.
🚦 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.