Typed Modules in Monorepo #2420
Unanswered
guilhermedelyra
asked this question in
Q&A
Replies: 1 comment
-
@frostming Do you have a solution/work-around for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I've created a monorepo and don't know how to indicate to mypy that the packages I'm importing does exists (and are typed)...
when i run mypy from the root module, i get
"module is installed, but missing library stubs or py.typed marker [import-untyped]"
Beta Was this translation helpful? Give feedback.
All reactions