PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
530 stars 61 forks source link

feat: use tomllib for Python 3.11+ #208

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

Use tomllib to read pyproject.toml with Python >=3.11.

Closes #170