Skip to content

Validate README format #769

@remram44

Description

@remram44

It seems that poetry doesn't validate the README markup. Furthermore, because no setup.py file is present in a poetry project, I cannot use readme_renderer (which is usually invoke via python setup.py check -r -s).

It would be nice to have a way to invoke such setup check routines, or better yet, have poetry validate the README itself.

Related: #761

A temporary workaround is to use python -m readme_renderer README.rst >/dev/null to check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions