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
If daemon was running and additional third party code was installed,
mypy daemon would report errors from the code. This was inconsistent
with non-daemon mypy and the initial daemon run. If mypy was run with
strict options, this could results lots of errors being generated.
The same code is used to silence errors from typeshed. I'm using
typeshed in the test case since it was easier to do.
I also manually verified that this works with pytest, aiohttp and some
typeshed stub packages.
Fixes#13140.
To reproduce:
pytest
before installingpytest
pytest
(it has inline annotations)dmypy run
again and get a lot of error messages.The text was updated successfully, but these errors were encountered: