Skip to content

(🐞) Empty reveal locals should have a better output #12388

Closed
@KotlinIsland

Description

@KotlinIsland
reveal_locals()
> mypy test.py
test.py:1:1: note: Revealed local types are:
Success: no issues found in 1 source file

This looks like a bug, I would expect something like:

> mypy test.py
test.py:1:1: note: There are no locals to reveal
Success: no issues found in 1 source file

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions