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

Add static type checking #2

Open
edwinbalani opened this issue Nov 20, 2020 · 0 comments
Open

Add static type checking #2

edwinbalani opened this issue Nov 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@edwinbalani
Copy link
Owner

edwinbalani commented Nov 20, 2020

Type checking of type-annotated source ensures internal type correctness, and enables users of the public API to ensure their own type-annotated code is calling this library properly (you are doing type checking and annotation, right?).

I am inclined to use mypy for this.

Depends on #1.

@edwinbalani edwinbalani added the enhancement New feature or request label Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant