Change "useLibraryCodeForTypes" = "false" behavior to use inlined types if py.typed is present #1003
Labels
addressed in next version
Issue is fixed and will appear in next published version
enhancement request
New feature or request
Currently, if the "useLibraryCodeForTypes" setting is "false" (the default for Pyright, but not for Pylance), Pyright will never use ".py" files for type information even if the package is marked as typed via a "py.typed" file. After much discussion, we've decided to change this behavior to be more consistent with the intent behind PEP 561.
The text was updated successfully, but these errors were encountered: