-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps-dev): bump pylint from 2.9.6 to 2.10.2 #367
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Aug 23, 2021
Code Climate has analyzed commit 90a964a and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 99.3% (0.0% change). View more on Code Climate. |
dependabot
bot
force-pushed
the
dependabot/pip/pylint-2.10.2
branch
from
September 5, 2021 21:05
56879c5
to
aee2bb3
Compare
bors merge |
ChrisRBe
approved these changes
Sep 8, 2021
dependabot
bot
force-pushed
the
dependabot/pip/pylint-2.10.2
branch
from
September 8, 2021 21:39
aee2bb3
to
29ae0b1
Compare
Canceled. |
ChrisRBe
approved these changes
Sep 8, 2021
bors merge |
bors bot
added a commit
that referenced
this pull request
Sep 8, 2021
367: build(deps-dev): bump pylint from 2.9.6 to 2.10.2 r=ChrisRBe a=dependabot[bot] [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.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.10.2?</h1> <p>Release date: 2021-08-21</p> <p>.. Put bug fixes that should not wait for a new minor version here</p> <ul> <li> <p>We now use platformdirs instead of appdirs since the latter is not maintained.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4886">#4886</a></p> </li> <li> <p>Fix a crash in the checker raising <code>shallow-copy-environ</code> when failing to infer on <code>copy.copy</code></p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4891">#4891</a></p> </li> </ul> <h1>What's New in Pylint 2.10.1?</h1> <p>Release date: 2021-08-20</p> <ul> <li> <p>pylint does not crash when PYLINT_HOME does not exist.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4883">#4883</a></p> </li> </ul> <h1>What's New in Pylint 2.10.0?</h1> <p>Release date: 2021-08-20</p> <ul> <li> <p>pyreverse: add option to produce colored output.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4488">#4488</a></p> </li> <li> <p>pyreverse: add output in PlantUML format.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4498">#4498</a></p> </li> <li> <p><code>consider-using-with</code> is no longer triggered if a context manager is returned from a function.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4748">#4748</a></p> </li> <li> <p>pylint does not crash with a traceback anymore when a file is problematic. It creates a template text file for opening an issue on the bug tracker instead. The linting can go on for other non problematic files instead of being impossible.</p> </li> <li> <p>pyreverse: Show class has-a relationships inferred from the type-hint</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4744">#4744</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/591a23adcfdd2fe20b8cfdb9e4e07772c8f454f8"><code>591a23a</code></a> Bump pylint to 2.10.2, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/d9dc89cfe78881f9ad210a17d0d4292d1d94037b"><code>d9dc89c</code></a> Fix a crash from astroid.InferenceError raised on copy.copy</li> <li><a href="https://github.com/PyCQA/pylint/commit/5150d89c0dbd12f9cf8b9a4fe60e7c265c55531d"><code>5150d89</code></a> Updated mypy checks (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4889">#4889</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/a3daf44580302dbc8b161ff5428430d8f205b514"><code>a3daf44</code></a> Require platformdirs 2.2.0 (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4890">#4890</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ad97338d8cadf752036498ebc724c179f61be33d"><code>ad97338</code></a> Migrate from <code>appdirs</code> to <code>platformdirs</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4887">#4887</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ba00fb283378fdeb58c4e2e541be711420d96849"><code>ba00fb2</code></a> Bump pylint to 2.10.2-dev0, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/bf332820cb63305e286eb58a707c6d8b90e6cbb6"><code>bf33282</code></a> Bump pylint to 2.10.1, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/d701a979d95c5e4ca6dd4860ab30e08880a904d0"><code>d701a97</code></a> pylint does not crash when PYLINT_HOME does not exist (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4884">#4884</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/bbc4f6690724c3fa2325d6e3e4f1e5414a27983c"><code>bbc4f66</code></a> Move back to a dev version following 2.10.0 release</li> <li><a href="https://github.com/PyCQA/pylint/commit/ea448b8905c10bdd1935b33fd95524aa4e2e71d6"><code>ea448b8</code></a> Bump pylint to 2.10.0, update changelog</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.9.6...v2.10.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.9.6&new-version=2.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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>
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](pylint-dev/pylint@v2.9.6...v2.10.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/pylint-2.10.2
branch
from
September 8, 2021 21:41
29ae0b1
to
90a964a
Compare
Canceled. |
bors merge |
ChrisRBe
approved these changes
Sep 8, 2021
Build succeeded: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pylint from 2.9.6 to 2.10.2.
Changelog
Sourced from pylint's changelog.
... (truncated)
Commits
591a23a
Bump pylint to 2.10.2, update changelogd9dc89c
Fix a crash from astroid.InferenceError raised on copy.copy5150d89
Updated mypy checks (#4889)a3daf44
Require platformdirs 2.2.0 (#4890)ad97338
Migrate fromappdirs
toplatformdirs
(#4887)ba00fb2
Bump pylint to 2.10.2-dev0, update changelogbf33282
Bump pylint to 2.10.1, update changelogd701a97
pylint does not crash when PYLINT_HOME does not exist (#4884)bbc4f66
Move back to a dev version following 2.10.0 releaseea448b8
Bump pylint to 2.10.0, update changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
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)