-
Notifications
You must be signed in to change notification settings - Fork 90
Commit df35b52
Merge #369
369: Bump pylint from 2.11.1 to 2.12.2 r=alallema a=dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.12.2.
<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.12.2?</h1>
<p>Release date: 2021-11-25</p>
<ul>
<li>
<p>Fixed a false positive for <code>unused-import</code> where everything
was not analyzed properly inside typing guards.</p>
</li>
<li>
<p>Fixed a false-positive regression for <code>used-before-assignment</code> for
typed variables in the body of class methods that reference the same class</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5342">#5342</a></p>
</li>
<li>
<p>Specified that the <code>ignore-paths</code> option considers "" to represent a
windows directory delimiter instead of a regular expression escape
character.</p>
</li>
<li>
<p>Fixed a crash with the <code>ignore-paths</code> option when invoking the option
via the command line.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5437">#5437</a></p>
</li>
<li>
<p>Fixed handling of Sphinx-style parameter docstrings with asterisks. These
should be escaped with by prepending a "".</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5406">#5406</a></p>
</li>
<li>
<p>Add <code>endLine</code> and <code>endColumn</code> keys to output of <code>JSONReporter</code>.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5380">#5380</a></p>
</li>
<li>
<p>Fixed handling of Google-style parameter specifications where descriptions
are on the line following the parameter name. These were generating
false positives for <code>missing-param-doc</code>.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5452">#5452</a></p>
</li>
<li>
<p>Fix false negative for <code>consider-iterating-dictionary</code> during membership checks encapsulated in iterables
or <code>not in</code> checks</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5323">#5323</a></p>
</li>
<li>
<p><code>unused-import</code> now check all ancestors for typing guards</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5316">#5316</a></p>
</li>
</ul>
<h1>What's New in Pylint 2.12.1?</h1>
<p>Release date: 2021-11-25</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/pylint/commit/eec287fae66f8fc514d5daa9caee46fd0e0cb6d9"><code>eec287f</code></a> Bump pylint to 2.12.2, update changelog</li>
<li><a href="https://github.com/PyCQA/pylint/commit/7def5278afc86224a98cc9d1706fbd9523ddda1b"><code>7def527</code></a> Add Copyrite configuration for Yu Shao</li>
<li><a href="https://github.com/PyCQA/pylint/commit/608ed329aaee9e457ac51347699d4892d29df802"><code>608ed32</code></a> Require <code>\</code> for asterisks in Sphinx-style parameter docstrings (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5464">#5464</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/f89a3374ec7d49d2a984c90530758a506eaa4384"><code>f89a337</code></a> Deprecate <code>is_inside_lambda</code> from utils (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5447">#5447</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/765a0b74bc5f2cface4595661f8832a3aebc68ba"><code>765a0b7</code></a> Add endLine and endColumn keys to JSONReporter (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5456">#5456</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/28a33ef874cd63b92a32208e844b97f0c6a2f082"><code>28a33ef</code></a> Update outdated class name in "How to Write a Checker" test example (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5449">#5449</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/bce059acf1684e35c9a731e27cff2de16bf54de8"><code>bce059a</code></a> Move Sphinx docstrings out of <code>TestParamDocChecker</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5450">#5450</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/e14596ef44db6efd55c783fc5bffd61d020edc23"><code>e14596e</code></a> Move <code>no-member</code> tests from <code>TestTypeChecker</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5453">#5453</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/4b70feb297b4aada56b838c1e71f40badccf9472"><code>4b70feb</code></a> <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5452">#5452</a>: Fix false positive missing-doc-param from multi-line Google-st… (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5459">#5459</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/35813de38ed58855f1b89fb492dc141d24bf2661"><code>35813de</code></a> Move various tests from <code>TestTypeChecker</code> to functional tests (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5455">#5455</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.11.1...v2.12.2">compare view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changed+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments