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 a static type check to help find bugs pre-runtime #33

Open
hickeyma opened this issue Dec 16, 2024 · 0 comments
Open

Add a static type check to help find bugs pre-runtime #33

hickeyma opened this issue Dec 16, 2024 · 0 comments

Comments

@hickeyma
Copy link
Collaborator

hickeyma commented Dec 16, 2024

Is your feature request related to a problem? Please describe.

Python is a dynamic language and does not use static type checking. It instead prevents typing errors at runtime . It would be beneficial to catch theses errors prior to runtime.

Describe the solution you'd like

mypy is a standard open source static typing tool for Python which is widely used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant