Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(🐞) dmypy inspect doesn't support windows drive paths c:\ #15780

Closed
KotlinIsland opened this issue Jul 30, 2023 · 0 comments · Fixed by #16355
Closed

(🐞) dmypy inspect doesn't support windows drive paths c:\ #15780

KotlinIsland opened this issue Jul 30, 2023 · 0 comments · Fixed by #16355
Labels
bug mypy got something wrong topic-daemon dmypy

Comments

@KotlinIsland
Copy link
Contributor

C:\test.py

a: int
👉 dmypy run C:\test.py --export-types
Success: no issues found in 1 source file
👉 dmypy inspect C:\test.py:1:1
Format should be file:line:column[:end_line:end_column]
@KotlinIsland KotlinIsland added the bug mypy got something wrong label Jul 30, 2023
JukkaL pushed a commit that referenced this issue Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mypy got something wrong topic-daemon dmypy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants