-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I see your project is already type-checked and the source code as distributed includes full type annotations. This is fantastic!
However, the distribution lacks a py.typed marker file, which means that we can still see a Stub file not found for "richuru" error when linting our own projects.
Could you please add such a stub file to your project distribution?
It may be as simple as just adding a py.typed file (empty) in the root of your project; I don't know if pdm-backend picks this up automatically (recent versions of setuptools certainly do). I can't find any explicit references to this but unrelated bug reports for the build backend seem to suggest it does include py.typed automatically.
Metadata
Metadata
Assignees
Labels
No labels