pylance-release
pylance-release copied to clipboard
Pylance complains about "stub file not found" for partial stubs
A simple example would be
import scipy`
# Stub file not found for "scipy" [reportMissingTypeStubs]
Because the bundled scipy-stub
has partial\n
in a py.typed
file
If I delete partial\n
in the file, the warning goes away.