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

Update pydocstyle to 6.3.0 #337

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

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pydocstyle from 6.1.1 to 6.3.0.

Changelog

6.3.0

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
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants