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.2 #214

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pydocstyle from 3.0.0 to 5.0.2.

Changelog

Sourced from pydocstyle's changelog.

5.0.2 - January 8th, 2020

Bug Fixes

  • Fix DeprecationWarning / SyntaxError "invalid escape sequence" with Python 3.6+ (#445).

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, #436).

5.0.0 - December 9th, 2019

Major Updates

  • Support for Python 3.4 has been dropped (#402).

New Features

  • Extend support for detecting missing arguments in Google style docstrings to method calls (#384).
  • Extend support for detecting missing argument description in Numpy style docstrings (#407).
  • Added support for Python 3.8 (#423).
  • Allow skipping errors on module level docstring via #noqa (#427).
  • Whitespace is ignored with set options split across multiple lines (#221).

Bug Fixes

  • Remove D413 from the google convention (#430).
  • Remove D413 from the pep257 convention (#404).
  • Replace semicolon with colon in D416 messages. (#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).
  • Fix decorator parsing (#411).
  • Google-style sections no longer cause false errors when used with Numpy-style sections (#388, #424).
  • D202: Allow a blank line after function docstring when followed by declaration of an inner function or class (#395, #426).
  • Fix D401 and D404 checks not working for docstrings containing only one word and ending with non-alpha character (#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).
  • Fix parser hanging when there's a comment directly after __all__ (#391, #366).
  • Fixed RST error in table which resulted in the online documentation missing the violation code table (#396).
  • Fixed IndentationError when parsing function arguments (#392).
... (truncated)
Commits
  • 59396eb Bump version: 5.0.2rc → 5.0.2
  • ef3101b Update release notes.
  • ea0ae32 Bump version: 5.0.1 → 5.0.2rc
  • f1b2089 fix invalid escape sequence (#445)
  • 05e6205 Bump version: 5.0.1rc → 5.0.1
  • 4d27748 Fix the AttributeError bug when parsing parameter lists in a class docstring ...
  • d1c06c6 Bump version: 5.0.0 → 5.0.1rc
  • 49766c8 Add 3.8 to supported version.
  • 7cf8da2 Bump version: 4.0.1 → 5.0.0
  • e5c4237 Update release date to today.
  • 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.


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)