I have the following dostring, and seem like `` is not respected as code block
"""Return the proxy docstring so the ``.. deprecated::`` block is rendered."""
but ti is split as
"""Return the proxy docstring so the ``.
. deprecated::`` block is rendered.
"""
This is my hook details:
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.7
hooks:
- id: docformatter
language_version: python3.10
additional_dependencies: [tomli]
args: ["--in-place"]
I have the following dostring, and seem like `` is not respected as code block
"""Return the proxy docstring so the ``.. deprecated::`` block is rendered."""but ti is split as
This is my hook details: