-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What are your thoughts on adding type hints (or standalone type stubs)? There's a PR for adding them to appdirs (ActiveState/appdirs#75), but it seems to have stalled. It's a feature I'd like, and I'd consider switching to platformdirs if it had them.
The hints for the function signatures are really simple: Optional[str]
or bool
for the arguments and str
for the return type.
Happy to submit a PR
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request