PyCQA / docformatter

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

URL matching only matches certain schemes, not others #146

Closed thejcannon closed 1 year ago

thejcannon commented 1 year ago

Specifically it split up an s3 scheme URL :sob:

Likely due to this: https://github.com/PyCQA/docformatter/blob/6706e9591c9f605956372eb1ee6228c465e0ac93/src/docformatter/syntax.py#L114

weibullguy commented 1 year ago

@thejcannon I got ahead of myself releasing 1.5.0 to PyPi without sufficient testing. Before I cause users anymore headaches, I'm providing release candidates for the brave to use and provide feedback. If you'd like to use the next release candidate that should resolve your issue, you can install it with pip:

pip install git+https://github.com/PyCQA/docformatter.git@v1.6.0.rc1