networktocode / diffsync

A utility library for comparing and synchronizing different datasets.
https://diffsync.readthedocs.io/
Other
156 stars 27 forks source link

Update dependency pydocstyle to v6.3.0 #198

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydocstyle (source, changelog) 6.1.1 -> 6.3.0 age adoption passing confidence

Release Notes

PyCQA/pydocstyle ### [`v6.3.0`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.3.0) [Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.3...6.3.0) #### What's Changed - Fix typo in pre-commit-hook by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/624](https://togithub.com/PyCQA/pydocstyle/pull/624) - Add `ignore-self-only-init` option by [@​thejcannon](https://togithub.com/thejcannon) in [https://github.com/PyCQA/pydocstyle/pull/560](https://togithub.com/PyCQA/pydocstyle/pull/560) **Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.3...6.3.0 ### [`v6.2.3`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.3) [Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3) ##### What's Changed - Fix decorator parsing for async functions by [@​cdce8p](https://togithub.com/cdce8p) in [https://github.com/PyCQA/pydocstyle/pull/577](https://togithub.com/PyCQA/pydocstyle/pull/577) - fix: do not pass file names with pre-commit by [@​yajo](https://togithub.com/yajo) in [https://github.com/PyCQA/pydocstyle/pull/610](https://togithub.com/PyCQA/pydocstyle/pull/610) ##### New Contributors - [@​cdce8p](https://togithub.com/cdce8p) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/577](https://togithub.com/PyCQA/pydocstyle/pull/577) - [@​yajo](https://togithub.com/yajo) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/610](https://togithub.com/PyCQA/pydocstyle/pull/610) **Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3 ### [`v6.2.2`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.2) [Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2) #### What's Changed - Fix false positive of google convention missing args descriptions by [@​stinovlas](https://togithub.com/stinovlas) in [https://github.com/PyCQA/pydocstyle/pull/619](https://togithub.com/PyCQA/pydocstyle/pull/619) #### New Contributors - [@​stinovlas](https://togithub.com/stinovlas) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/619](https://togithub.com/PyCQA/pydocstyle/pull/619) **Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2 ### [`v6.2.1`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.1) [Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1) #### What's Changed - Add https protocol on websites at the README.rst by [@​realFranco](https://togithub.com/realFranco) in [https://github.com/PyCQA/pydocstyle/pull/611](https://togithub.com/PyCQA/pydocstyle/pull/611) - Add Python 3.11 to the testing by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/612](https://togithub.com/PyCQA/pydocstyle/pull/612) - requirements/docs.txt: Use current versions of Jinja2 and sphinx by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/615](https://togithub.com/PyCQA/pydocstyle/pull/615) - Use tomllib/tomli for reading .toml configs by [@​mgorny](https://togithub.com/mgorny) in [https://github.com/PyCQA/pydocstyle/pull/608](https://togithub.com/PyCQA/pydocstyle/pull/608) - Docs: pydocstyle supports Python 3.7 through 3.11. by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/616](https://togithub.com/PyCQA/pydocstyle/pull/616) #### New Contributors - [@​realFranco](https://togithub.com/realFranco) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/611](https://togithub.com/PyCQA/pydocstyle/pull/611) - [@​cclauss](https://togithub.com/cclauss) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/612](https://togithub.com/PyCQA/pydocstyle/pull/612) - [@​mgorny](https://togithub.com/mgorny) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/608](https://togithub.com/PyCQA/pydocstyle/pull/608) **Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1 ### [`v6.2.0`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.0) [Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0) #### What's Changed - Gitpod-ify the repository by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/548](https://togithub.com/PyCQA/pydocstyle/pull/548) - Updating readme to reflect support for Python 3.9 by [@​sanders41](https://togithub.com/sanders41) in [https://github.com/PyCQA/pydocstyle/pull/545](https://togithub.com/PyCQA/pydocstyle/pull/545) - Exempt properties from D401 by [@​TomFryers](https://togithub.com/TomFryers) in [https://github.com/PyCQA/pydocstyle/pull/546](https://togithub.com/PyCQA/pydocstyle/pull/546) - Add support for Python 3.10 by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/PyCQA/pydocstyle/pull/554](https://togithub.com/PyCQA/pydocstyle/pull/554) - Fix CI for python 3.10 by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/565](https://togithub.com/PyCQA/pydocstyle/pull/565) - Add D419: Add and switch to "Docstring is empty" error code by [@​thejcannon](https://togithub.com/thejcannon) in [https://github.com/PyCQA/pydocstyle/pull/559](https://togithub.com/PyCQA/pydocstyle/pull/559) - Allow for hanging indent when documenting args in Google style by [@​rmorshea](https://togithub.com/rmorshea) in [https://github.com/PyCQA/pydocstyle/pull/564](https://togithub.com/PyCQA/pydocstyle/pull/564) - Fix match option to only consider basename when given a path argument by [@​oczkoisse](https://togithub.com/oczkoisse) in [https://github.com/PyCQA/pydocstyle/pull/550](https://togithub.com/PyCQA/pydocstyle/pull/550) - Typo fix in docs/error_codes.rst by [@​Daniel-Mietchen](https://togithub.com/Daniel-Mietchen) in [https://github.com/PyCQA/pydocstyle/pull/578](https://togithub.com/PyCQA/pydocstyle/pull/578) - docs: Fix double-dash converted to en-dash by [@​wjandrea](https://togithub.com/wjandrea) in [https://github.com/PyCQA/pydocstyle/pull/579](https://togithub.com/PyCQA/pydocstyle/pull/579) - Fix test warnings and improve lint configuration by [@​aphedges](https://togithub.com/aphedges) in [https://github.com/PyCQA/pydocstyle/pull/584](https://togithub.com/PyCQA/pydocstyle/pull/584) - Fix broken CI checks by [@​aphedges](https://togithub.com/aphedges) in [https://github.com/PyCQA/pydocstyle/pull/585](https://togithub.com/PyCQA/pydocstyle/pull/585) - Move tool configs to pyproject.toml by [@​Mr-Pepe](https://togithub.com/Mr-Pepe) in [https://github.com/PyCQA/pydocstyle/pull/588](https://togithub.com/PyCQA/pydocstyle/pull/588) - Add github action to be able to release on published tag by [@​Pierre-Sassoulas](https://togithub.com/Pierre-Sassoulas) in [https://github.com/PyCQA/pydocstyle/pull/582](https://togithub.com/PyCQA/pydocstyle/pull/582) - Typo by [@​Fokko](https://togithub.com/Fokko) in [https://github.com/PyCQA/pydocstyle/pull/598](https://togithub.com/PyCQA/pydocstyle/pull/598) - Move to poetry and automated relases via Github UI by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/614](https://togithub.com/PyCQA/pydocstyle/pull/614) #### New Contributors - [@​sanders41](https://togithub.com/sanders41) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/545](https://togithub.com/PyCQA/pydocstyle/pull/545) - [@​TomFryers](https://togithub.com/TomFryers) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/546](https://togithub.com/PyCQA/pydocstyle/pull/546) - [@​thejcannon](https://togithub.com/thejcannon) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/559](https://togithub.com/PyCQA/pydocstyle/pull/559) - [@​rmorshea](https://togithub.com/rmorshea) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/564](https://togithub.com/PyCQA/pydocstyle/pull/564) - [@​oczkoisse](https://togithub.com/oczkoisse) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/550](https://togithub.com/PyCQA/pydocstyle/pull/550) - [@​Daniel-Mietchen](https://togithub.com/Daniel-Mietchen) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/578](https://togithub.com/PyCQA/pydocstyle/pull/578) - [@​wjandrea](https://togithub.com/wjandrea) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/579](https://togithub.com/PyCQA/pydocstyle/pull/579) - [@​aphedges](https://togithub.com/aphedges) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/584](https://togithub.com/PyCQA/pydocstyle/pull/584) - [@​Mr-Pepe](https://togithub.com/Mr-Pepe) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/588](https://togithub.com/PyCQA/pydocstyle/pull/588) - [@​Pierre-Sassoulas](https://togithub.com/Pierre-Sassoulas) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/582](https://togithub.com/PyCQA/pydocstyle/pull/582) - [@​Fokko](https://togithub.com/Fokko) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/598](https://togithub.com/PyCQA/pydocstyle/pull/598) **Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (*). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.