Skip to content

Commit a0e4b74

Browse files
Merge #455
455: Bump pylint from 2.13.7 to 2.13.8 r=alallema a=dependabot[bot] Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/main/ChangeLog">pylint's changelog</a>.</em></p> <blockquote> <h1>What's New in Pylint 2.13.8?</h1> <p>Release date: 2022-05-02</p> <ul> <li> <p>Fix a false positive for <code>undefined-loop-variable</code> for a variable used in a lambda inside the first of multiple loops.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/6419">#6419</a></p> </li> <li> <p>Fix a crash when linting a file that passes an integer <code>mode=</code> to <code>open</code></p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/6414">#6414</a></p> </li> <li> <p>Avoid reporting <code>superfluous-parens</code> on expressions using the <code>is not</code> operator.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5930">#5930</a></p> </li> <li> <p>Fix a false positive for <code>undefined-loop-variable</code> when the <code>else</code> of a <code>for</code> loop raises or returns.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5971">#5971</a></p> </li> <li> <p>Fix false positive for <code>unused-variable</code> for classes inside functions and where a metaclass is provided via a call.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4020">#4020</a></p> </li> <li> <p>Fix false positive for <code>unsubscriptable-object</code> in Python 3.8 and below for statements guarded by <code>if TYPE_CHECKING</code>.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3979">#3979</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/pylint/commit/45cbae2bab9001bb2f159103490a02d63e75ee5b"><code>45cbae2</code></a> Bump pylint to 2.13.8, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/ec2eee8f26a5a7cb23d087dbf8aa16fade57b50d"><code>ec2eee8</code></a> Suppress <code>unsubscriptable-object</code> warnings in type-checking blocks (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5720">#5720</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/135477af5331f11981d1ffeb3b4adc3a6878669a"><code>135477a</code></a> Fix a false positive for <code>undefined-loop-variable</code> when a loop else raises or...</li> <li><a href="https://github.com/PyCQA/pylint/commit/33a9aba4321f4b3fef8e9aefcfc9aa10abed1836"><code>33a9aba</code></a> Fix false positive for <code>undefined-loop-variable</code> for lambda in first of two l...</li> <li><a href="https://github.com/PyCQA/pylint/commit/f6a0cfdbb682506b32fa0db7ffb08621fc711443"><code>f6a0cfd</code></a> Fix false positive for <code>unused-variable</code> when specifying a metaclass via a ...</li> <li><a href="https://github.com/PyCQA/pylint/commit/feca907976aea32abc9910c1b6800ff58dd65cc4"><code>feca907</code></a> Avoid reporting superfluous-parens after an <code>is not</code> operator (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/6451">#6451</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/7022d23376ebf6c3bded2d87400c529113bea5ee"><code>7022d23</code></a> Fix crash when open is called with an integer mode (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/6415">#6415</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/pylint/compare/v2.13.7...v2.13.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.13.7&new-version=2.13.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 5fd981c + fb75a04 commit a0e4b74

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

Pipfile.lock

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)