Skip to content

Commit aa56557

Browse files
Merge #249
249: Bump pylint from 2.7.4 to 2.8.1 r=bidoubiwa a=dependabot-preview[bot] Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.1. <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.8.1</h2> <ul> <li> <p>Add numversion back (temporarily) in <code>__pkginfo__</code> because it broke Pylama and revert the unnecessary <code>pylint.version</code> breaking change.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4399">#4399</a></p> </li> </ul> <h2>pylint-2.8.0</h2> <ul> <li> <p>New refactoring message <code>consider-using-with</code>. This message is emitted if resource-allocating functions or methods of the standard library (like <code>open()</code> or <code>threading.Lock.acquire()</code>) that can be used as a context manager are called without a <code>with</code> block.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3413">#3413</a></p> </li> <li> <p>Resolve false positives on unused variables in decorator functions</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4252">#4252</a></p> </li> <li> <p>Add new extension <code>ConfusingConsecutiveElifChecker</code>. This optional checker emits a refactoring message (R5601 <code>confusing-consecutive-elif</code>) if if/elif statements with different indentation levels follow directly one after the other.</p> </li> <li> <p>New option <code>--output=&lt;file&gt;</code> to output result to a file rather than printing to stdout.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/1070">#1070</a></p> </li> <li> <p>Use a prescriptive message for <code>unidiomatic-typecheck</code></p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3891">#3891</a></p> </li> <li> <p>Apply <code>const-naming-style</code> to module constants annotated with <code>typing.Final</code></p> </li> <li> <p>The packaging is now done via setuptools exclusively. <code>doc</code>, <code>tests</code>, <code>man</code>, <code>elisp</code> and <code>Changelog</code> are not packaged anymore - reducing the size of the package by 75%.</p> </li> <li> <p>Debian packaging is now (officially) done in <a href="https://salsa.debian.org/python-team/packages/pylint">https://salsa.debian.org/python-team/packages/pylint</a>.</p> </li> <li> <p>The 'doc' extra-require has been removed.</p> </li> <li> <p><code>__pkginfo__</code> now only contain <code>__version__</code> (also accessible with <code>pylint.__version__</code>), other meta-information are still accessible with <code>import importlib;metadata.metadata('pylint')</code>.</p> </li> <li> <p>COPYING has been renamed to LICENSE for standardization.</p> </li> <li> <p>Fix false-positive <code>used-before-assignment</code> in function returns.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4301">#4301</a></p> </li> <li> <p>Updated <code>astroid</code> to 2.5.3</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.8.1?</h1> <p>Release date: TBA</p> <p>.. Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'</p> <ul> <li> <p>Add numversion back (temporarily) in <code>__pkginfo__</code> because it broke Pylama and revert the unnecessary <code>pylint.version</code> breaking change.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4399">#4399</a></p> </li> </ul> <h1>What's New in Pylint 2.8.0?</h1> <p>Release date: 2021-04-24</p> <ul> <li> <p>New refactoring message <code>consider-using-with</code>. This message is emitted if resource-allocating functions or methods of the standard library (like <code>open()</code> or <code>threading.Lock.acquire()</code>) that can be used as a context manager are called without a <code>with</code> block.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3413">#3413</a></p> </li> <li> <p>Resolve false positives on unused variables in decorator functions</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4252">#4252</a></p> </li> <li> <p>Add new extension <code>ConfusingConsecutiveElifChecker</code>. This optional checker emits a refactoring message (R5601 <code>confusing-consecutive-elif</code>) if if/elif statements with different indentation levels follow directly one after the other.</p> </li> <li> <p>New option <code>--output=&lt;file&gt;</code> to output result to a file rather than printing to stdout.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/1070">#1070</a></p> </li> <li> <p>Use a prescriptive message for <code>unidiomatic-typecheck</code></p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3891">#3891</a></p> </li> <li> <p>Apply <code>const-naming-style</code> to module constants annotated with <code>typing.Final</code></p> </li> <li> <p>The packaging is now done via setuptools exclusively. <code>doc</code>, <code>tests</code>, <code>man</code>, <code>elisp</code> and <code>Changelog</code> are not packaged anymore - reducing the size of the package by 75%.</p> </li> <li> <p>Debian packaging is now (officially) done in <a href="https://salsa.debian.org/python-team/packages/pylint">https://salsa.debian.org/python-team/packages/pylint</a>.</p> </li> <li> <p>The 'doc' extra-require has been removed.</p> </li> <li> <p><code>__pkginfo__</code> now only contain <code>__version__</code> (also accessible with <code>pylint.__version__</code>), other meta-information are still accessible with <code>from importlib import metadata;metadata.metadata('pylint')</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/3eb0362dc42642e3e2774d7523a1e73d71394064"><code>3eb0362</code></a> Prepare 2.8.1 release</li> <li><a href="https://github.com/PyCQA/pylint/commit/af1ac5ebe1c845b7eb736863826d75e3994c496c"><code>af1ac5e</code></a> Better documentation on the packaging breaking changes</li> <li><a href="https://github.com/PyCQA/pylint/commit/45b4fbd1ae022c33730fa7531991bca7bb13a178"><code>45b4fbd</code></a> Use absolute URIs in readme</li> <li><a href="https://github.com/PyCQA/pylint/commit/f887c38ef59c9ae0cecef6e21cfc5bc413f46016"><code>f887c38</code></a> Post release chores</li> <li><a href="https://github.com/PyCQA/pylint/commit/7dece5b2302f446d7d63829a34b1253ae6e32e6b"><code>7dece5b</code></a> Prepare for 2.8.0 release</li> <li><a href="https://github.com/PyCQA/pylint/commit/bcfb46d169457f82a79575b547171ef05c2673a9"><code>bcfb46d</code></a> Bump black-disable-checker from 1.0.0 to 1.0.1</li> <li><a href="https://github.com/PyCQA/pylint/commit/ccdfe7685682e0c3ee5984863e5a594311fa0e10"><code>ccdfe76</code></a> Bump astroid from 2.5.4 to 2.5.5</li> <li><a href="https://github.com/PyCQA/pylint/commit/8e72227e59f9a2153df4df8eac48c03337f85438"><code>8e72227</code></a> Fix discord server invitation</li> <li><a href="https://github.com/PyCQA/pylint/commit/0ef1ca5d47b58e5ce9b85c71a7c7554ea2a333b2"><code>0ef1ca5</code></a> &quot; appear litterally in pypi interface for project urls</li> <li><a href="https://github.com/PyCQA/pylint/commit/919b22bb95f382de1fa804bcf6838e6871c719c0"><code>919b22b</code></a> Remove invalid URL that make twine fail with error 400</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/pylint-2.7.4...pylint-2.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.7.4&new-version=2.8.1)](https://dependabot.com/compatibility-score/?dependency-name=pylint&package-manager=pip&previous-version=2.7.4&new-version=2.8.1) 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>
2 parents 1f1011f + b2879c8 commit aa56557

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Pipfile.lock

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

0 commit comments

Comments
 (0)