pytest-dev / pytest-mimesis

Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
https://pypi.org/project/pytest-mimesis/
MIT License
62 stars 4 forks source link

Bump pep8-naming from 0.7.0 to 0.8.0 #33

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pep8-naming from 0.7.0 to 0.8.0.

Release notes *Sourced from [pep8-naming's releases](https://github.com/PyCQA/pep8-naming/releases).* > ## 0.8.0 > * 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](https://www.python.org/dev/peps/pep-0562/)). > > * `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.
Changelog *Sourced from [pep8-naming's changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst).* > 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 - [`5323fa6`](https://github.com/PyCQA/pep8-naming/commit/5323fa67af0698804fe3242fa28e1cefdbc3c873) Merge pull request [#91](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/91) from jparise/0.8.0-changelog - [`b5c21ae`](https://github.com/PyCQA/pep8-naming/commit/b5c21ae09eaafc0c46227b467dc18dbc1de04846) Bump version number and set release date - [`ba9077b`](https://github.com/PyCQA/pep8-naming/commit/ba9077b6300ffe32b636b99c29ae3550b5ee3054) Update the changelog with upcoming 0.8.0 items - [`6fc2dc6`](https://github.com/PyCQA/pep8-naming/commit/6fc2dc694c729403360f10e2545c6602b9a53727) Check for N806 errors of generator expressions and comprehensions - [`04aaddd`](https://github.com/PyCQA/pep8-naming/commit/04aaddd0e8560c1b58f2c3e76c8b1c98be22c058) Merge pull request [#85](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/85) from 5j9/import-as - [`374573b`](https://github.com/PyCQA/pep8-naming/commit/374573b4a264864e451d23737134637c10299f93) Catch N81x errors in `import x as y` statements - [`83af616`](https://github.com/PyCQA/pep8-naming/commit/83af616c434b48ee698252f707064b61f670542f) Merge pull request [#81](https://github-redirect.dependabot.com/PyCQA/pep8-naming/issues/81) from 5j9/async - [`de2f38d`](https://github.com/PyCQA/pep8-naming/commit/de2f38de55d5482644a96ed13803b73bae447312) Check namings in async statements - [`906034c`](https://github.com/PyCQA/pep8-naming/commit/906034ccc347f4c95cac405fbfd2582114be30bd) Change the python requirement syntax of test files - [`f2d4f1b`](https://github.com/PyCQA/pep8-naming/commit/f2d4f1b448123add9ebefc7d1fb888df5055100d) run_tests.py: Print the source code that has caused error - Additional commits viewable in [compare view](https://github.com/PyCQA/pep8-naming/compare/0.7.0...0.8.0)


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](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.