commitizen
commitizen copied to clipboard
Add py.typed marker
Description
The package is nicely type-annotated but Mypy complains about missing library stubs or py.typed marker.
Possible Solution
Add py.typed file to the project's package root, see Mypy docs.
Additional context
No response
Additional context
No response