Change import resolution order to select typeshed stdlib stubs later #2937
Labels
addressed in next version
Issue is fixed and will appear in next published version
enhancement request
New feature or request
Currently pyright resolves imports in the following order:
PEP 561 suggests that stdlib typeshed stubs should be resolved between 7 and 8 in the above list. There were historical reasons why we always resolved them first.
This change would bring pyright into conformance with PEP 561.
The text was updated successfully, but these errors were encountered: