Skip to content

(🐞) dmypy inspect doesn't select the right file with multiple files with same name #15781

Closed
@KotlinIsland

Description

@KotlinIsland

test.py

b: str

from demo.test import a

demo/test.py

a: int
👉 dmypy run test.py --export-types
Success: no issues found in 44 source files
👉 dmypy inspect demo/test.py:1:1
"str"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugmypy got something wrong

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions