style-doc icon indicating copy to clipboard operation
style-doc copied to clipboard

Fix issues when code has `"""` but is not a docstring

Open PhilipMay opened this issue 2 years ago • 0 comments

We had to apply this workaround:

https://github.com/telekom/style-doc/blob/db352ed72ae4473a805d485692df58ec4511a673/style_doc/style_doc.py#L495-L497

# fmt: off and # fmt: on is needed so black does not convert it back to '"""'.

PhilipMay avatar Jul 05 '21 13:07 PhilipMay