Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pydocstyle from 4.0.1 to 5.0.2 #260

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pydocstyle from 4.0.1 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)
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:

  • 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)

Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/PyCQA/pydocstyle/releases)
- [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst)
- [Commits](PyCQA/pydocstyle@4.0.1...5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant