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 5.0.1 #206

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pydocstyle from 3.0.0 to 5.0.1.

Changelog *Sourced from [pydocstyle's changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst).* > 5.0.1 - December 9th, 2019 > ========================== > > Bug Fixes > > - Fixed an issue where AttributeError was raised when parsing the parameter section of a class docstring ([#434](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/434), [#436](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/436)). > > 5.0.0 - December 9th, 2019 > ========================== > > Major Updates > > - Support for Python 3.4 has been dropped ([#402](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/402)). > > New Features > > - Extend support for detecting missing arguments in Google style docstrings to method calls ([#384](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/384)). > - Extend support for detecting missing argument description in Numpy style docstrings ([#407](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/407)). > - Added support for Python 3.8 ([#423](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/423)). > - Allow skipping errors on module level docstring via \#noqa ([#427](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/427)). > - Whitespace is ignored with set options split across multiple lines ([#221](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/221)). > > Bug Fixes > > - Remove D413 from the google convention ([#430](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/430)). > - Remove D413 from the pep257 convention ([#404](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/404)). > - Replace semicolon with colon in D416 messages. ([#409](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/409)) > - D301 (Use r""" if any backslashes in a docstring) does not trigger on backslashes for line continuation or unicode literals `\u...` and `\N...` anymore. These are considered intended elements of the docstring and thus should not be escaped by using a raw docstring ([#365](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/365)). > - Fix decorator parsing ([#411](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/411)). > - Google-style sections no longer cause false errors when used with Numpy-style sections ([#388](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/388), [#424](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/424)). > - D202: Allow a blank line after function docstring when followed by declaration of an inner function or class ([#395](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/395), [#426](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/426)). > - Fix D401 and D404 checks not working for docstrings containing only one word and ending with non-alpha character ([#421](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/421)) > > 4.0.1 - August 14th, 2019 > ========================= > > Bug Fixes > > - D401: Fixed a false positive where one stem had multiple imperative forms, e.g., init and initialize / initiate ([#382](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/382)). > - Fix parser hanging when there's a comment directly after `__all__` ([#391](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/391), [#366](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/366)). > - Fixed RST error in table which resulted in the online documentation missing the violation code table ([#396](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/396)). > - Fixed IndentationError when parsing function arguments ([#392](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/392)). > > 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)). > ... (truncated)
Commits - [`05e6205`](https://github.com/PyCQA/pydocstyle/commit/05e6205630569452fa13799783641153ea6cb7c6) Bump version: 5.0.1rc → 5.0.1 - [`4d27748`](https://github.com/PyCQA/pydocstyle/commit/4d27748f8197ef3558baf8167397961368cd6940) Fix the AttributeError bug when parsing parameter lists in a class docstring ... - [`d1c06c6`](https://github.com/PyCQA/pydocstyle/commit/d1c06c6b1c606c7b03522e5bc321d62f656e7f62) Bump version: 5.0.0 → 5.0.1rc - [`49766c8`](https://github.com/PyCQA/pydocstyle/commit/49766c82a0e0db0dfaa28d7132d2a51221ff98ae) Add 3.8 to supported version. - [`7cf8da2`](https://github.com/PyCQA/pydocstyle/commit/7cf8da27ed64f8908e05c8b4810f524def864c3f) Bump version: 4.0.1 → 5.0.0 - [`e5c4237`](https://github.com/PyCQA/pydocstyle/commit/e5c42372f3ad2359bc18093f553a9cf566cfeb31) Update release date to today. - [`7d16344`](https://github.com/PyCQA/pydocstyle/commit/7d1634448fd74b0c08d2dde0980ccd2b6781b724) [DOCONLY] Document that pep257 mode disables D413 ([#433](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/433)) - [`a1a4d0b`](https://github.com/PyCQA/pydocstyle/commit/a1a4d0b61eaf7bddd4c555d3e805a7911b863431) fix(checker): allow whitespace before inner functions and class ([#426](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/426)) - [`4aa5d96`](https://github.com/PyCQA/pydocstyle/commit/4aa5d965cf5f5f19ceacc55c4e1c2e9f81ad0dcc) Test cases for canonical examples of conventions ([#429](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/429)) - [`dbbf578`](https://github.com/PyCQA/pydocstyle/commit/dbbf578e031866d5cbd8614b7faad9af5edf435b) Remove D413 from the google convention ([#430](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/430)) - Additional commits viewable in [compare view](https://github.com/PyCQA/pydocstyle/compare/3.0.0...5.0.1)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #214.