nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
32 stars 19 forks source link

Bump pydocstyle from 3.0.0 to 4.0.0 #164

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pydocstyle from 3.0.0 to 4.0.0.

Changelog *Sourced from [pydocstyle's changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst).* > 4.0.0 - July 6th, 2019 > ====================== > > Major Updates > > - Support for Python 2.x and PyPy has been dropped ([#340](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/340)). > - Added initial support for Google convention ([#357](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/357)). > > New Features > > - Added pre-commit hook ([#346](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/346)) > > Bug Fixes > > - Fix parsing tuple syntax `__all__` ([#355](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/355), [#352](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/352)).
Commits - [`1409149`](https://github.com/PyCQA/pydocstyle/commit/1409149eff7b78ecaaacabcfbd63488c0a4cdb57) Bump version: 4.0.0rc → 4.0.0 - [`df870e8`](https://github.com/PyCQA/pydocstyle/commit/df870e887355ad6d30914fb26e3e963b0cbe7473) Bump version: 3.0.1rc → 4.0.0rc - [`5cd49e0`](https://github.com/PyCQA/pydocstyle/commit/5cd49e0dbc6a2d593a2b0f4fc430815d7b0d6aa0) Updated docs for 4.0.0. - [`6de6d93`](https://github.com/PyCQA/pydocstyle/commit/6de6d938377e2db3bfe6f706fa2e3b90c412db76) Add an initial Google convention ([#357](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/357)) - [`2549847`](https://github.com/PyCQA/pydocstyle/commit/2549847f9efad225789f931e83dfe782418ca13e) fix parsing tuple syntax dunder all ([#355](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/355)) - [`792b8d9`](https://github.com/PyCQA/pydocstyle/commit/792b8d9226219ceb8ff8e494cbac7003b9adeae5) Add pre-commit hook [#346](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/346) ([#347](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/347)) - [`5add163`](https://github.com/PyCQA/pydocstyle/commit/5add163ee56084b333c1071d19055a3780ba74e2) Type Hints! ([#344](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/344)) - [`cb677b6`](https://github.com/PyCQA/pydocstyle/commit/cb677b64197d781c4a0d409a99358ba8fe841e1c) Introducing type hints ([#342](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/342)) - [`3d657d6`](https://github.com/PyCQA/pydocstyle/commit/3d657d69ef5890ced490578f733bcb1c3c09cf0c) Upgrade Python syntax with pyupgrade --py3-plus ([#343](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/343)) - [`4948f22`](https://github.com/PyCQA/pydocstyle/commit/4948f22d962d422733b1edadc0852a53444d8a37) Remove `six` from production code and other Python 2/3 compatibility imports ... - Additional commits viewable in [compare view](https://github.com/PyCQA/pydocstyle/compare/3.0.0...4.0.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 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). To ignore the version in this PR you can just close it - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #178.