Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Bump pep8-naming from 0.8.0 to 0.8.2 #18

Merged
merged 1 commit into from Feb 5, 2019

Conversation

dependabot-preview[bot]
Copy link

Bumps pep8-naming from 0.8.0 to 0.8.2.

Changelog

Sourced from pep8-naming's changelog.

0.8.2 - 2019-02-04

  • Fix a problem with ignore-names option initialization.

0.8.1 - 2019-02-04

  • ignore-names now also applies to the N806, N815, and N816 checks.

  • failureException, longMessage, and maxDiff have been added to
    the default ignore-names list.

  • Allow lowercase names to be imported as just _.

  • Allow function arguments to be named just _.

  • Support Python 2's tuple syntax in except clauses.

Commits
  • 7654783 Merge pull request #111 from jparise/ignore-names-default
  • 3401bd1 Test --ignore-names for relevant error codes
  • 743b26c Fix ignore-names option initialization
  • 2d0e538 Merge pull request #108 from jparise/setup-check-rest
  • dadf0af Merge pull request #107 from jparise/0.8.1-changelog
  • a71425b Check reStructuredText syntax along with flake8
  • a7c1539 Prepare the changelog for the 0.8.1 release
  • 3b10510 Merge pull request #105 from jparise/function-type
  • 67294f0 Consistently use the _FunctionType constants
  • 9596c43 Merge pull request #100 from jparise/excepthandler-tuple
  • 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.


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 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 [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst)
- [Commits](PyCQA/pep8-naming@0.8.0...0.8.2)

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

coveralls commented Feb 5, 2019

Pull Request Test Coverage Report for Build 72

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 66: 0.0%
Covered Lines: 52
Relevant Lines: 52

💛 - Coveralls

@sobolevn sobolevn merged commit 5951acd into master Feb 5, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pep8-naming-0.8.2 branch February 5, 2019 09:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants