Skip to content

Bump pydocstyle from 6.1.1 to 6.2.0

HIFIS Bot requested to merge dependabot-pip-pydocstyle-6.2.0 into main

Bumps pydocstyle from 6.1.1 to 6.2.0.

Release notes

Sourced from pydocstyle's releases.

6.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0

Changelog

Sourced from pydocstyle's changelog.

6.2.0 - January 2nd, 2023

New Features

  • Allow for hanging indent when documenting args in Google style. (#449)
  • Add support for property_decorators config to ignore D401.
  • Add support for Python 3.10 (#554).
  • Replace D10X errors with D419 if docstring exists but is empty (#559).

Bug Fixes

  • Fix --match option to only consider filename when matching full paths (#550).
Commits
  • 05b92ba Add testpypi to poetry repositories
  • 7007961 Move to poetry and automated relases via Github UI (#614)
  • b6cb2c6 Fix a typo in the readme (#598)
  • f1dc7be Add github action to be able to release on published tag (#582)
  • a6fe422 Move tool configs to pyproject.toml (#588)
  • 50894da Fix broken CI checks (#585)
  • 03404c8 Fix test warnings and improve lint configuration (#584)
  • 187bac7 docs: Fix double-dash converted to en-dash (#579)
  • 27c6477 Remove duplicate "of" in documentation
  • bd49933 Fix match option to only consider basename when given a path argument (#550)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports