Bump pydocstyle from 6.1.1 to 6.2.0
Bumps pydocstyle from 6.1.1 to 6.2.0.
Release notes
Sourced from pydocstyle's releases.
6.2.0
What's Changed
- Gitpod-ify the repository by
@samj1912
in PyCQA/pydocstyle#548- Updating readme to reflect support for Python 3.9 by
@sanders41
in PyCQA/pydocstyle#545- Exempt properties from D401 by
@TomFryers
in PyCQA/pydocstyle#546- Add support for Python 3.10 by
@hugovk
in PyCQA/pydocstyle#554- Fix CI for python 3.10 by
@samj1912
in PyCQA/pydocstyle#565- Add D419: Add and switch to "Docstring is empty" error code by
@thejcannon
in PyCQA/pydocstyle#559- Allow for hanging indent when documenting args in Google style by
@rmorshea
in PyCQA/pydocstyle#564- Fix match option to only consider basename when given a path argument by
@oczkoisse
in PyCQA/pydocstyle#550- Typo fix in docs/error_codes.rst by
@Daniel-Mietchen
in PyCQA/pydocstyle#578- docs: Fix double-dash converted to en-dash by
@wjandrea
in PyCQA/pydocstyle#579- Fix test warnings and improve lint configuration by
@aphedges
in PyCQA/pydocstyle#584- Fix broken CI checks by
@aphedges
in PyCQA/pydocstyle#585- Move tool configs to pyproject.toml by
@Mr-Pepe
in PyCQA/pydocstyle#588- Add github action to be able to release on published tag by
@Pierre-Sassoulas
in PyCQA/pydocstyle#582- Typo by
@Fokko
in PyCQA/pydocstyle#598- Move to poetry and automated relases via Github UI by
@samj1912
in PyCQA/pydocstyle#614New Contributors
@sanders41
made their first contribution in PyCQA/pydocstyle#545@TomFryers
made their first contribution in PyCQA/pydocstyle#546@thejcannon
made their first contribution in PyCQA/pydocstyle#559@rmorshea
made their first contribution in PyCQA/pydocstyle#564@oczkoisse
made their first contribution in PyCQA/pydocstyle#550@Daniel-Mietchen
made their first contribution in PyCQA/pydocstyle#578@wjandrea
made their first contribution in PyCQA/pydocstyle#579@aphedges
made their first contribution in PyCQA/pydocstyle#584@Mr-Pepe
made their first contribution in PyCQA/pydocstyle#588@Pierre-Sassoulas
made their first contribution in PyCQA/pydocstyle#582@Fokko
made their first contribution in PyCQA/pydocstyle#598Full 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