webknossos-libs
webknossos-libs copied to clipboard
Bump pylint from 2.12.2 to 2.13.9 in /cluster_tools
Bumps pylint from 2.12.2 to 2.13.9.
Changelog
Sourced from pylint's changelog.
What's New in Pylint 2.13.9?
Release date: 2022-05-13
Respect ignore configuration options with
--recursive=y.Closes #6471
Fix false positives for
no-name-in-moduleandimport-errorfornumpy.distutilsandpydantic.Closes #6497
Fix
IndexErrorcrash inuninferable_final_decoratorsmethod.Relates to #6531
Fix a crash in
unnecessary-dict-index-lookupwhen subscripting an attribute.Closes #6557
Fix a crash when accessing
__code__and assigning it to a variable.Closes #6539
Fix a false positive for
undefined-loop-variablewhen usingenumerate().Closes #6593
What's New in Pylint 2.13.8?
Release date: 2022-05-02
Fix a false positive for
undefined-loop-variablefor a variable used in a lambda inside the first of multiple loops.Closes #6419
Fix a crash when linting a file that passes an integer
mode=toopenCloses #6414
Avoid reporting
superfluous-parenson expressions using theis notoperator.Closes #5930
Fix a false positive for
undefined-loop-variablewhen theelseof aforloop raises or returns.
... (truncated)
Commits
57014d6Bump pylint to 2.13.9, update changelog7d80ca5Fix false positive forundefined-loop-variablewithenumerate()(#6602)9c2fe99Respect ignore configuration options when --recursive=y. (#6528)33f3fcfFix a crash inunnecessary-dict-index-lookupwhen subscripting an attribute...aecadc2Add regression test for #6497 (#6498)2d07d47Add regression test for #653996c3198Upgrade astroid version to 2.11.518cb026Add an exception forIndexErrorinsideuninferable_final_decorator(#6532)45cbae2Bump pylint to 2.13.8, update changelogec2eee8Suppressunsubscriptable-objectwarnings in type-checking blocks (#5720)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)