-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
help-wantedopen to a pull request to address this issueopen to a pull request to address this issue
Milestone
Description
Add type hints to all (public API) code make the distribution PEP 561 compliant. This allows mypy
(and other tools?) to find the type hints and use them in linting.
In practice, add py.typed
file to statsd
package, and include it in the package:
setup(
package_data={'statsd': ['py.typed']},
zip_safe=False, # not needed with wheels, AFAIK
)
jheiss, AngryUbuntuNerd and sh-at-cs
Metadata
Metadata
Assignees
Labels
help-wantedopen to a pull request to address this issueopen to a pull request to address this issue