Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Improperly handling mypy summary from mypy 0.730 update #33

@cheeseandcereal

Description

@cheeseandcereal

Mypy 0.730 introduced a change which adds a summary line when checking files which is on by default.

This is picked up as an unmatched line and reported as a T499 error.

Ideally the --no-error-summary flag would just be passed to mypy, but at the very least, no_error_summary=True needs to be added to the mypy_default.ini when the installed mypy version is >=0.730

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