Relative imports with 1.1.280 and reportMissingModuleSource = true are incorrectly reported #4212
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
Describe the bug
In the pandas-stubs repo, our type checking works fine with pyright 1.1.279. But with 1.1.280, the relative imports are coming up as " Import ".rolling" could not be resolved from source (reportMissingModuleSource)" . (for example) We have
reportMissingModuleSource=true
, but this wasn't an issue with version 1.1.279To Reproduce
Install the pandas-stubs repo, and do
pyright pandas-stubs
withpyright
version 1.1.280The text was updated successfully, but these errors were encountered: