Skip to content

Bump pydocstyle from 6.2.0 to 6.2.2

HIFIS Bot requested to merge dependabot-pip-pydocstyle-6.2.2 into main

Bumps pydocstyle from 6.2.0 to 6.2.2.

Release notes

Sourced from pydocstyle's releases.

6.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2

6.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1

Changelog

Sourced from pydocstyle's changelog.

6.2.2 - January 3rd, 2023

Bug Fixes

  • Fix false positives of D417 in google convention docstrings (#619).

6.2.1 - January 3rd, 2023

Bug Fixes

  • Use tomllib/tomli to correctly read .toml files (#599, #600).
Commits
  • bd294bb Cut 6.2.2
  • 0107fe6 Fix false positive of google convention missing args descriptions (#619)
  • 45fbcc1 Cut a 6.2.1 release
  • 671329e Docs: pydocstyle supports Python 3.7 through 3.11. (#616)
  • 3bc3b87 Use tomllib/tomli for reading .toml configs (#608)
  • 5c55802 requirements/docs.txt: Use current versions of Jinja2 and sphinx (#615)
  • f4db095 Add Python 3.11 to the testing matrix (#612)
  • 447af8f Add https protocol on websites at the README.rst (#611)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports