This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Releases: PyCQA/pydocstyle
Releases · PyCQA/pydocstyle
6.3.0
6.2.3
6.2.2
What's Changed
- Fix false positive of google convention missing args descriptions by @stinovlas in #619
New Contributors
- @stinovlas made their first contribution in #619
Full Changelog: 6.2.1...6.2.2
6.2.1
What's Changed
- Add https protocol on websites at the README.rst by @realFranco in #611
- Add Python 3.11 to the testing by @cclauss in #612
- requirements/docs.txt: Use current versions of Jinja2 and sphinx by @cclauss in #615
- Use tomllib/tomli for reading .toml configs by @mgorny in #608
- Docs: pydocstyle supports Python 3.7 through 3.11. by @cclauss in #616
New Contributors
- @realFranco made their first contribution in #611
- @cclauss made their first contribution in #612
- @mgorny made their first contribution in #608
Full Changelog: 6.2.0...6.2.1
6.2.0
What's Changed
- Gitpod-ify the repository by @samj1912 in #548
- Updating readme to reflect support for Python 3.9 by @sanders41 in #545
- Exempt properties from D401 by @TomFryers in #546
- Add support for Python 3.10 by @hugovk in #554
- Fix CI for python 3.10 by @samj1912 in #565
- Add D419: Add and switch to "Docstring is empty" error code by @thejcannon in #559
- Allow for hanging indent when documenting args in Google style by @rmorshea in #564
- Fix match option to only consider basename when given a path argument by @oczkoisse in #550
- Typo fix in docs/error_codes.rst by @Daniel-Mietchen in #578
- docs: Fix double-dash converted to en-dash by @wjandrea in #579
- Fix test warnings and improve lint configuration by @aphedges in #584
- Fix broken CI checks by @aphedges in #585
- Move tool configs to pyproject.toml by @Mr-Pepe in #588
- Add github action to be able to release on published tag by @Pierre-Sassoulas in #582
- Typo by @Fokko in #598
- Move to poetry and automated relases via Github UI by @samj1912 in #614
New Contributors
- @sanders41 made their first contribution in #545
- @TomFryers made their first contribution in #546
- @thejcannon made their first contribution in #559
- @rmorshea made their first contribution in #564
- @oczkoisse made their first contribution in #550
- @Daniel-Mietchen made their first contribution in #578
- @wjandrea made their first contribution in #579
- @aphedges made their first contribution in #584
- @Mr-Pepe made their first contribution in #588
- @Pierre-Sassoulas made their first contribution in #582
- @Fokko made their first contribution in #598
Full Changelog: 6.1.1...6.2.0