-
How can I to separate the .py and .pyi files into different folders, Because It looks disorganized when I have many files. |
Beta Was this translation helpful? Give feedback.
Answered by
rchiodo
Dec 5, 2023
Replies: 1 comment
-
You can use a stubs path as described under In your example it would be like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rchiodo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a stubs path as described under
python.analysis.stubPath
in the readme. There's a default for this calledtypings
that will also just work:In your example it would be like so: