Skip to content
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

Bump pylint from 1.9.2 to 2.1.1 #35

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pylint from 1.9.2 to 2.1.1.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.1.1?

Release date: 2018-08-07

  • fix pylint crash due to misplaced-format-function not correctly handling class attribute.
    Close #2384

  • Do not emit *-builtin for Python 3 builtin checks when the builtin is used inside a try-except

    Close Catch-22 with input pylint-dev/pylint#2228

  • simplifiable-if-statement not emitted when dealing with subscripts

What's New in Pylint 2.1?

Release date: 2018-08-01

  • trailing-comma-tuple gets emitted for yield statements as well.

    Close #2363

  • Get only the arguments of the scope function for redefined-argument-from-local

    Close #2364

  • Add a check misplaced-format-function which is emitted if format function is used on
    non str object.

    Close #2200

  • chain.from_iterable no longer emits dict-{}-not-iterating when dealing with dict values and keys

  • Demote the try-except-raise message from an error to a warning (E0705 -> W0706)

    Close #2323

  • Correctly handle the new name of the Python implementation of the abc module.

    Close [pre-commit.ci] pre-commit autoupdate pylint-dev/astroid#2288

* Modules with `__getattr__` are exempted by default from `no-member`

  There's no easy way to figure out if a module has a particular member when
  the said module uses `__getattr__`, which is a new addition to Python 3.7.
  Instead we assume the safe thing to do, in the same way we do for classes,
  and skip those modules from checking.

  Close [#2331](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2331)
... (truncated)
Commits
  • 8682a22 Prepare a bug fix release
  • 4b1f272 fix pylint crash due to misplaced-format-function
  • ea0043c Drop the _static folder and update the release date
  • f7d4688 Prepare 2.1
  • 1dffc58 use sphinx-build instead of rstlint
  • 9cb0e3a check rst files with rst-linter
  • d0f1342 Make generated rst section names unique
  • 913d176 Remove hanging rst substitution
  • 4ae1ef6 Escape the star in '*args' for rst
  • 13330bc Fix rst python sourcecode directive lexing error
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [pylint](https://github.com/PyCQA/pylint) from 1.9.2 to 2.1.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](pylint-dev/pylint@pylint-1.9.2...pylint-2.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 4, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 186

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 62.865%

Files with Coverage Reduction New Missed Lines %
jiggle_version/is_this_okay.py 7 52.38%
Totals Coverage Status
Change from base Build 185: 0.2%
Covered Lines: 860
Relevant Lines: 1368

💛 - Coveralls

@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@matthewdeanmartin matthewdeanmartin deleted the dependabot/pip/pylint-2.1.1 branch September 6, 2018 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Catch-22 with input
3 participants