Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pep8-naming from 0.7.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.

0.8.0 - 2019-01-28

  • Detect N806 errors within for loops and exception handlers.
  • Improve support for non-ASCII characters.
  • Detect mixedCased variable names at class (N815) and global (N816) scope.
  • Ignore Django's setUpTestData method by default.
  • Fix column offsets for N803, N804, and N805 under Python 3.
  • Detect underscores within class names as N801 errors.
  • Don't flag __getattr__ and __dir__ as N807 errors. (See PEP 562).
  • async function and method names are now checked.
  • Detect N806 errors in generator expressions and comprehensions.
  • Detect N81x errors in import x as y statements.
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.


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 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 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.7.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.7.0...0.8.2)

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

Coverage Status

Coverage remained the same at 100.0% when pulling 8c1aaac on dependabot/pip/pep8-naming-0.8.2 into 620bd2f on master.

@sobolevn sobolevn merged commit 934d9ee into master Jun 28, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pep8-naming-0.8.2 branch June 28, 2019 06:27
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.

2 participants