You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same issue when using VSCode's Mypy Type Checker. Having ignore_missing_imports = true in my pyproject.toml leads to a non-working extension (in terms of not showing any errors). If I comment this out, dmypy does work again (errors are shown again). Don't know if this issue still exist or if it is a problem in the extension. But if I switch to mypy instead of dmypy in the extension, it works - so I think the problem is here.
I got the same issue when using VSCode's Mypy Type Checker. Having ignore_missing_imports = true in my pyproject.toml leads to a non-working extension (in terms of not showing any errors). If I comment this out, dmypy does work again (errors are shown again). Don't know if this issue still exist or if it is a problem in the extension. But if I switch to mypy instead of dmypy in the extension, it works - so I think the problem is here.
At that time, I used command line to reproduce the bug, but now I can't reproduce it... dmypy can run successfully on both vscode and command line.
This is a similar issue: #14241
Bug Report
dmypy doesn't working when
ignore_missing_imports
in[tool.mypy]
session.I run the command on win11.
To Reproduce
Your Environment
dmypy run a.py
pyproject.toml
:The text was updated successfully, but these errors were encountered: