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
2 tasks
hickeyma opened this issue Dec 16, 2024 · 0 comments · May be fixed by #51
Open
2 tasks

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

hickeyma opened this issue Dec 16, 2024 · 0 comments · May be fixed by #51

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.

Tasks

  • Add static type checking tool (mypy) (Add mypy static checker tool #49)
  • Enable static type checking in CI/CD (PR will fail until the style has been applied correctly)()
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

Successfully merging a pull request may close this issue.

1 participant