Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: Bump pylint from 2.6.2 to 2.8.2 r=curquiza a=dependabot[bot]

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.2 to 2.8.2.
<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.2?</h1>
<p>Release date: 2021-04-26</p>
<p>..
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'</p>
<ul>
<li>
<p>Keep <code>__pkginfo__.numversion</code> a tuple to avoid breaking pylint-django.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4405">#4405</a></p>
</li>
<li>
<p>scm_setuptools has been added to the packaging.</p>
</li>
<li>
<p>Pylint's tags are now the standard form <code>vX.Y.Z</code> and not <code>pylint-X.Y.Z</code> anymore.</p>
</li>
</ul>
<h1>What's New in Pylint 2.8.1?</h1>
<p>Release date: 2021-04-25</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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/pylint/commit/091cb92314dc701f10390136da78fbbb362e892e"><code>091cb92</code></a> Update copyrite notice</li>
<li><a href="https://github.com/PyCQA/pylint/commit/f9245c5ccbbe6817604113b0b53b2630ed4069ae"><code>f9245c5</code></a> Release with standard version tag</li>
<li><a href="https://github.com/PyCQA/pylint/commit/c234b3efe19db81d0d03d46c4afa6886129bd25c"><code>c234b3e</code></a> Update documentation and changelog</li>
<li><a href="https://github.com/PyCQA/pylint/commit/76a232e0cd3abb0f2d395cd2fe035046daef80fb"><code>76a232e</code></a> Add scm_setuptools for packaging</li>
<li><a href="https://github.com/PyCQA/pylint/commit/a4fac223dfeb36952088ed361e27ee57c2ae45b8"><code>a4fac22</code></a> Changes after black update</li>
<li><a href="https://github.com/PyCQA/pylint/commit/316af5f4936686337e12ba3ca8a7d077a855bdfb"><code>316af5f</code></a> Update black to 21.4b0</li>
<li><a href="https://github.com/PyCQA/pylint/commit/9e2394d211cf81ca1864de58c36461bf885500bb"><code>9e2394d</code></a> Add changelog entry</li>
<li><a href="https://github.com/PyCQA/pylint/commit/ea8a6eb6b956d139bb142eb45788a8314789b0c9"><code>ea8a6eb</code></a> Keep <strong>pkginfo</strong>.numversion a tuple</li>
<li><a href="https://github.com/PyCQA/pylint/commit/530909cd0baf9cb17c6bd2ae36687df96107c091"><code>530909c</code></a> Bump black from 20.8b1 to 21.4b0</li>
<li><a href="https://github.com/PyCQA/pylint/commit/a74259190d2d3266130baf5eac201e944a48e14e"><code>a742591</code></a> Fix image link in readme</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/pylint-2.6.2...v2.8.2">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.6.2&new-version=2.8.2)](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>
  • Loading branch information
bors[bot] and dependabot[bot] committed Apr 28, 2021
2 parents 259696f + 2eb889a commit f7edc3f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"

[dev-packages]
pylint = "==2.6.2"
pylint = "==2.8.2"
tox = "==3.23.0"
tox-pipenv = "==1.10.1"
61 changes: 31 additions & 30 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7edc3f

Please sign in to comment.