Skip to content

Commit de61bb1

Browse files
Merge #98
98: Bump pylint from 2.6.0 to 2.6.2 r=curquiza a=dependabot-preview[bot] Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.6.2. <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> <hr /> <h2>Pylint's ChangeLog</h2> <h1>What's New in Pylint 2.7.0?</h1> <ul> <li> <p>Python 3.6+ is now required.</p> </li> <li> <p>Bug fix for empty-comment message line number.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4009">#4009</a></p> </li> <li> <p>Only emit <code>bad-reversed-sequence</code> on dictionaries if below py3.8</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3940">#3940</a></p> </li> <li> <p>Handle class decorators applied to function.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3882">#3882</a></p> </li> <li> <p>Add check for empty comments</p> </li> <li> <p>Fix minor documentation issue in contribute.rst</p> </li> <li> <p>Enums are now required to be named in UPPER_CASE by <code>invalid-name</code>.</p> <p>Close <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3834">#3834</a></p> </li> <li> <p>Add missing checks for deprecated functions.</p> </li> <li> <p>Postponed evaluation of annotations are now recognized by default if python version is above 3.10</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3992">#3992</a></p> </li> <li> <p>Fix column metadata for anomalous backslash lints</p> </li> <li> <p>Drop support for Python 3.5</p> </li> <li> <p>Add support for pep585 with postponed evaluation</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3320">#3320</a></p> </li> <li> <p>Check alternative union syntax - PEP 604</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4065">#4065</a></p> </li> <li> <p>Fix multiple false positives with assignment expressions</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3347">#3347</a>, <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3953">#3953</a>, <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3865">#3865</a>, <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/3275">#3275</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/bebad9ce89f6f2dc378e610be93b13601c220e00"><code>bebad9c</code></a> Upgrade version and changelog before release</li> <li><a href="https://github.com/PyCQA/pylint/commit/c1d58e721e7ddb55afcc4f00abbc20fe89732a01"><code>c1d58e7</code></a> Fix <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4093">#4093</a> by setting astroid dependencie as &lt; 2.5</li> <li>See full diff in <a href="https://github.com/PyCQA/pylint/compare/pylint-2.6.0...pylint-2.6.2">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.6.0&new-version=2.6.2)](https://dependabot.com/compatibility-score/?dependency-name=pylint&package-manager=pip&previous-version=2.6.0&new-version=2.6.2) 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 741be90 + 977ed50 commit de61bb1

File tree

2 files changed

+55
-63
lines changed

2 files changed

+55
-63
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requests-iap = "==0.2.0"
1212
python-keycloak-client = "==0.2.3"
1313

1414
[dev-packages]
15-
pylint = "==2.6.0"
15+
pylint = "==2.6.2"
1616

1717
[requires]
1818
python_version = "3.8"

Pipfile.lock

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

0 commit comments

Comments
 (0)