PyCQA / docformatter

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

Use tomllib on python3.11 #170

Closed q-wertz closed 1 year ago

q-wertz commented 1 year ago

Currently the additional package tomli is required for pyproject.toml configuration support.

Starting with python 3.11 one could drop this requirement and use the built in tomllib library. It should be API compatible with tomli.