-
Notifications
You must be signed in to change notification settings - Fork 90
Commit c9272ef
Merge #243
243: Bump pylint from 2.7.2 to 2.7.3 r=bidoubiwa a=dependabot-preview[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.2 to 2.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pylint/releases">pylint's releases</a>.</em></p>
<blockquote>
<h2>pylint-2.7.3</h2>
<ul>
<li>
<p>Introduce logic for checking deprecated attributes in DeprecationMixin.</p>
</li>
<li>
<p>Reduce usage of blacklist/whitelist terminology. Notably, <code>extension-pkg-allow-list</code> is an
alternative to <code>extension-pkg-whitelist</code> and the message <code>blacklisted-name</code> is now emitted as
<code>disallowed-name</code>. The previous names are accepted to maintain backward compatibility.</p>
</li>
<li>
<p>Move deprecated checker to <code>DeprecatedMixin</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4086">#4086</a></p>
</li>
<li>
<p>Bump <code>astroid</code> version to <code>2.5.2</code></p>
</li>
<li>
<p>Fix false positive for <code>method-hidden</code> when using private attribute and method</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3936">#3936</a></p>
</li>
<li>
<p><code>use-symbolic-message-instead</code> now also works on legacy messages like <code>C0111</code> (<code>missing-docstring</code>).</p>
</li>
<li>
<p>Remove unwanted print to stdout from <code>_emit_no_member</code></p>
</li>
<li>
<p>Introduce a command-line option to specify pyreverse output directory</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4159">#4159</a></p>
</li>
<li>
<p>Fix issue with Enums and <code>class-attribute-naming-style=snake_case</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4149">#4149</a></p>
</li>
<li>
<p>Add <code>allowed-redefined-builtins</code> option for fine tuning <code>redefined-builtin</code> check.</p>
<p>Close <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3263">#3263</a></p>
</li>
<li>
<p>Fix issue when executing with <code>python -m pylint</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4161">#4161</a></p>
</li>
<li>
<p>Exempt <code>typing.TypedDict</code> from <code>too-few-public-methods</code> check.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4180">#4180</a></p>
</li>
<li>
<p>Fix false-positive <code>no-member</code> for typed annotations without default value.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3167">#3167</a></p>
</li>
<li>
<p>Add <code>--class-const-naming-style</code> for Enum constants and class variables annotated
with <code>typing.ClassVar</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4181">#4181</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/master/ChangeLog">pylint's changelog</a>.</em></p>
<blockquote>
<h1>What's New in Pylint 2.7.3?</h1>
<p>Release date: 2021-03-29</p>
<ul>
<li>
<p>Introduce logic for checking deprecated attributes in DeprecationMixin.</p>
</li>
<li>
<p>Reduce usage of blacklist/whitelist terminology. Notably, <code>extension-pkg-allow-list</code> is an
alternative to <code>extension-pkg-whitelist</code> and the message <code>blacklisted-name</code> is now emitted as
<code>disallowed-name</code>. The previous names are accepted to maintain backward compatibility.</p>
</li>
<li>
<p>Move deprecated checker to <code>DeprecatedMixin</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4086">#4086</a></p>
</li>
<li>
<p>Bump <code>astroid</code> version to <code>2.5.2</code></p>
</li>
<li>
<p>Fix false positive for <code>method-hidden</code> when using private attribute and method</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3936">#3936</a></p>
</li>
<li>
<p><code>use-symbolic-message-instead</code> now also works on legacy messages like <code>C0111</code> (<code>missing-docstring</code>).</p>
</li>
<li>
<p>Remove unwanted print to stdout from <code>_emit_no_member</code></p>
</li>
<li>
<p>Introduce a command-line option to specify pyreverse output directory</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4159">#4159</a></p>
</li>
<li>
<p>Fix issue with Enums and <code>class-attribute-naming-style=snake_case</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4149">#4149</a></p>
</li>
<li>
<p>Add <code>allowed-redefined-builtins</code> option for fine tuning <code>redefined-builtin</code> check.</p>
<p>Close <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3263">#3263</a></p>
</li>
<li>
<p>Fix issue when executing with <code>python -m pylint</code></p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4161">#4161</a></p>
</li>
<li>
<p>Exempt <code>typing.TypedDict</code> from <code>too-few-public-methods</code> check.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4180">#4180</a></p>
</li>
<li>
<p>Fix false-positive <code>no-member</code> for typed annotations without default value.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3167">#3167</a></p>
</li>
<li>
<p>Add <code>--class-const-naming-style</code> for Enum constants and class variables annotated
with <code>typing.ClassVar</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/pylint/commit/13dae7c5c6d16281f1415c88f845548d6cd9c823"><code>13dae7c</code></a> Prepare 2.7.3 release (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4261">#4261</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/a37c643d54ea33285e4c916a296784593af0130c"><code>a37c643</code></a> Fix various problems with --import-graph filename parsing (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4259">#4259</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/42bf3b0f4d2aad3e5b40153cf743021de635836d"><code>42bf3b0</code></a> Fix regession with sys.path filter (2)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/c85cb41f65cde155663b0953569c90e8de8b6c1e"><code>c85cb41</code></a> Fix regression with sys.path filter (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4258">#4258</a>)</li>
<li><a href="https://github.com/PyCQA/pylint/commit/95daecab4dece76e96e410033f6d659f283f3a57"><code>95daeca</code></a> Bump astroid version to 2.5.2</li>
<li><a href="https://github.com/PyCQA/pylint/commit/7905ec1f35d35aedb0a299598eebc9c98fe73f8a"><code>7905ec1</code></a> Fix false-positive for unused-import on class keyword arguments</li>
<li><a href="https://github.com/PyCQA/pylint/commit/12acc439bdbece347334b9e1efbdc7245da5001d"><code>12acc43</code></a> Fix a typo where 'msg =' was repeated twice</li>
<li><a href="https://github.com/PyCQA/pylint/commit/14f20e2d50b71d92893edda67c00054a840ee05f"><code>14f20e2</code></a> Import astroid with import x or from x import y but not both</li>
<li><a href="https://github.com/PyCQA/pylint/commit/d2db40c08433ca35dc9e5312e1d1b6404db65c33"><code>d2db40c</code></a> Redefining <strong>hash</strong> without redefining <strong>eq</strong> is suspicious</li>
<li><a href="https://github.com/PyCQA/pylint/commit/cd4168366b79a7782287e0b7162fbfe4f67535f8"><code>cd41683</code></a> Fix classes do not defining 4 ordering comparison methods</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/pylint-2.7.2...pylint-2.7.3">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=pylint&package-manager=pip&previous-version=2.7.2&new-version=2.7.3)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
1 file changed
+33
-35
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+33
-35
lines changed+33-35Lines changed: 33 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments