NervanaSystems / ngraph-onnx

nGraph™ Backend for ONNX
Apache License 2.0
42 stars 18 forks source link

Update pydocstyle to 6.2.0 #839

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates pydocstyle from 5.0.2 to 6.2.0.

Changelog ### 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 - PyPI: https://pypi.org/project/pydocstyle - Changelog: https://pyup.io/changelogs/pydocstyle/ - Homepage: https://www.pydocstyle.org/en/stable/
pyup-bot commented 1 year ago

Closing this in favor of #840