-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to store the generated stubs? #201
Comments
I have the following directory structure:
|
Do you have an example library where you run stub generation during the building process (pip install .)? |
I'm able to get it in a single pass here with my additional flag. |
@sizmailov is it bad idea to put stubs directly to the same directory? With:
|
I have generated stubs for a pip installed module (generated with pybind11) to aid with development.
I have pyright as my Language Server Protocol (LSP). Where should I put the generated stubs for pyright (or any other LSP) to read them?
Thanks!
The text was updated successfully, but these errors were encountered: