What's Changed
* Fix typo in pre-commit-hook by samj1912 in https://github.com/PyCQA/pydocstyle/pull/624
* Add `ignore-self-only-init` option by thejcannon in https://github.com/PyCQA/pydocstyle/pull/560
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.3...6.3.0
6.2.3
What's Changed
* Fix decorator parsing for async functions by cdce8p in https://github.com/PyCQA/pydocstyle/pull/577
* fix: do not pass file names with pre-commit by yajo in https://github.com/PyCQA/pydocstyle/pull/610
New Contributors
* cdce8p made their first contribution in https://github.com/PyCQA/pydocstyle/pull/577
* yajo made their first contribution in https://github.com/PyCQA/pydocstyle/pull/610
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3
6.2.2
What's Changed
* Fix false positive of google convention missing args descriptions by stinovlas in https://github.com/PyCQA/pydocstyle/pull/619
New Contributors
* stinovlas made their first contribution in https://github.com/PyCQA/pydocstyle/pull/619
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2
6.2.1
What's Changed
* Add https protocol on websites at the README.rst by realFranco in https://github.com/PyCQA/pydocstyle/pull/611
* Add Python 3.11 to the testing by cclauss in https://github.com/PyCQA/pydocstyle/pull/612
* requirements/docs.txt: Use current versions of Jinja2 and sphinx by cclauss in https://github.com/PyCQA/pydocstyle/pull/615
* Use tomllib/tomli for reading .toml configs by mgorny in https://github.com/PyCQA/pydocstyle/pull/608
* Docs: pydocstyle supports Python 3.7 through 3.11. by cclauss in https://github.com/PyCQA/pydocstyle/pull/616
New Contributors
* realFranco made their first contribution in https://github.com/PyCQA/pydocstyle/pull/611
* cclauss made their first contribution in https://github.com/PyCQA/pydocstyle/pull/612
* mgorny made their first contribution in https://github.com/PyCQA/pydocstyle/pull/608
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1
6.2.0
What's Changed
* Gitpod-ify the repository by samj1912 in https://github.com/PyCQA/pydocstyle/pull/548
* Updating readme to reflect support for Python 3.9 by sanders41 in https://github.com/PyCQA/pydocstyle/pull/545
* Exempt properties from D401 by TomFryers in https://github.com/PyCQA/pydocstyle/pull/546
* Add support for Python 3.10 by hugovk in https://github.com/PyCQA/pydocstyle/pull/554
* Fix CI for python 3.10 by samj1912 in https://github.com/PyCQA/pydocstyle/pull/565
* Add D419: Add and switch to "Docstring is empty" error code by thejcannon in https://github.com/PyCQA/pydocstyle/pull/559
* Allow for hanging indent when documenting args in Google style by rmorshea in https://github.com/PyCQA/pydocstyle/pull/564
* Fix match option to only consider basename when given a path argument by oczkoisse in https://github.com/PyCQA/pydocstyle/pull/550
* Typo fix in docs/error_codes.rst by Daniel-Mietchen in https://github.com/PyCQA/pydocstyle/pull/578
* docs: Fix double-dash converted to en-dash by wjandrea in https://github.com/PyCQA/pydocstyle/pull/579
* Fix test warnings and improve lint configuration by aphedges in https://github.com/PyCQA/pydocstyle/pull/584
* Fix broken CI checks by aphedges in https://github.com/PyCQA/pydocstyle/pull/585
* Move tool configs to pyproject.toml by Mr-Pepe in https://github.com/PyCQA/pydocstyle/pull/588
* Add github action to be able to release on published tag by Pierre-Sassoulas in https://github.com/PyCQA/pydocstyle/pull/582
* Typo by Fokko in https://github.com/PyCQA/pydocstyle/pull/598
* Move to poetry and automated relases via Github UI by samj1912 in https://github.com/PyCQA/pydocstyle/pull/614
New Contributors
* sanders41 made their first contribution in https://github.com/PyCQA/pydocstyle/pull/545
* TomFryers made their first contribution in https://github.com/PyCQA/pydocstyle/pull/546
* thejcannon made their first contribution in https://github.com/PyCQA/pydocstyle/pull/559
* rmorshea made their first contribution in https://github.com/PyCQA/pydocstyle/pull/564
* oczkoisse made their first contribution in https://github.com/PyCQA/pydocstyle/pull/550
* Daniel-Mietchen made their first contribution in https://github.com/PyCQA/pydocstyle/pull/578
* wjandrea made their first contribution in https://github.com/PyCQA/pydocstyle/pull/579
* aphedges made their first contribution in https://github.com/PyCQA/pydocstyle/pull/584
* Mr-Pepe made their first contribution in https://github.com/PyCQA/pydocstyle/pull/588
* Pierre-Sassoulas made their first contribution in https://github.com/PyCQA/pydocstyle/pull/582
* Fokko made their first contribution in https://github.com/PyCQA/pydocstyle/pull/598
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates pydocstyle from 6.1.1 to 6.3.0.
Changelog6.3.0
6.2.3
6.2.2
6.2.1
6.2.0