-
Notifications
You must be signed in to change notification settings - Fork 86
Docstrings containing backticks are not formatted #272
Copy link
Copy link
Open
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documentedU: mediumA relatively medium urgency issueA relatively medium urgency issue
Metadata
Metadata
Assignees
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documentedU: mediumA relatively medium urgency issueA relatively medium urgency issue
I posted a comment in #243 but am not sure that will be seen since that issue is closed. I have
and the fix from that issue appears to apply only to the first line and not to the description lines that follow, e.g.
Is this intended / am I doing it wrong?
Here's my config block in
pyproject.toml:Thanks in advance for any guidance, and thanks in general for this great tool!