pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

Pylance complains about "stub file not found" for partial stubs

Open colinfang opened this issue 4 months ago • 1 comments

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.

colinfang avatar Oct 17 '24 22:10 colinfang