Skip to content

pass the context to the doctest format #145

@keewis

Description

@keewis

The doctest format can appear in both python code and other formats, but docstrings need special attention: naive reformatting may cause triple-quoted strings to conflict with the docstring quotes.

To solve this, it would be good to somehow detect the type of docstring quote we're in instead of trying to reproduce exactly the quote we had before. I'm guessing that's really difficult to do using a line parser, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions