Bump pep8-naming from 0.8.0 to 0.8.2 in /{{cookiecutter.app_name}} (#424)

Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.8.0 to 0.8.2.
<details>
<summary>Changelog</summary>

*Sourced from [pep8-naming's changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst).*

> 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.
</details>
<details>
<summary>Commits</summary>

- [`7654783`](76547834f2) Merge pull request [#111](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/111) from jparise/ignore-names-default
- [`3401bd1`](3401bd1e83) Test --ignore-names for relevant error codes
- [`743b26c`](743b26c964) Fix ignore-names option initialization
- [`2d0e538`](2d0e53885c) Merge pull request [#108](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/108) from jparise/setup-check-rest
- [`dadf0af`](dadf0afcba) Merge pull request [#107](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/107) from jparise/0.8.1-changelog
- [`a71425b`](a71425b576) Check reStructuredText syntax along with flake8
- [`a7c1539`](a7c1539add) Prepare the changelog for the 0.8.1 release
- [`3b10510`](3b10510d3c) Merge pull request [#105](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/105) from jparise/function-type
- [`67294f0`](67294f00b2) Consistently use the _FunctionType constants
- [`9596c43`](9596c4338b) Merge pull request [#100](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/100) from jparise/excepthandler-tuple
- Additional commits viewable in [compare view](https://github.com/PyCQA/pep8-naming/compare/0.8.0...0.8.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pep8-naming&package-manager=pip&previous-version=0.8.0&new-version=0.8.2)](https://dependabot.com/compatibility-score.html?dependency-name=pep8-naming&package-manager=pip&previous-version=0.8.0&new-version=0.8.2)

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 will **not** automatically merge this PR because this dependency is pre-1.0.0.

[//]: # (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 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](https://app.dependabot.com):
- 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.

</details>
master
dependabot[bot] 5 years ago committed by Steven Loria
parent 700b3ee97b
commit dddb3b3e94
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -57,4 +57,4 @@ flake8-docstrings = "==1.3.0"
flake8-isort = "==2.6.0"
flake8-quotes = "==1.0.0"
isort = "==4.3.13"
pep8-naming = "==0.8.0"
pep8-naming = "==0.8.2"

Loading…
Cancel
Save