-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Required prerequisites
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
Motivation
Currently, when I run MyPy for my project that utilizes the Camel package, I encounter the following message
error: Skipping analyzing "camel.types": module is installed, but missing library stubs or py.typed marker [import-untyped]
It seems that the absence of a py.typed file in the Camel package prevents MyPy from recognizing it as a type-annotated module. Adding a py.typed file would allow users to leverage type checking more effectively, enhancing the overall development experience.
Solution
No response
Alternatives
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status