Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use type annotations #34

Closed
austinbyers opened this issue Aug 10, 2017 · 0 comments · Fixed by #58
Closed

Use type annotations #34

austinbyers opened this issue Aug 10, 2017 · 0 comments · Fixed by #58
Assignees
Milestone

Comments

@austinbyers
Copy link
Collaborator

Python 3.6 has support for type annotations, which allows IDEs and test frameworks to explicitly verify types.

We should also explore enforcing type-checking via mypy or some other library until the Python interpreter itself has the ability to type-check

@austinbyers austinbyers added this to the 1.0.0 milestone Aug 10, 2017
@austinbyers austinbyers self-assigned this Aug 25, 2017
This was referenced Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant