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 runtime type checking (e.g. typeguard) during test runs #721

Open
toumorokoshi opened this issue May 21, 2020 · 1 comment
Open

Add runtime type checking (e.g. typeguard) during test runs #721

toumorokoshi opened this issue May 21, 2020 · 1 comment
Labels

Comments

@toumorokoshi
Copy link
Member

There are currently some type mismatches that are not caught by mypy and static typing.

There was a previously pull request #316 that attempted to address this by adding typeguard. However, adding such a tool comes with significant work on massaging the types to be correct, and so had to be abandoned due to other priorities.

It would be fantastic work to re-integrate this type checking into the repo.

@github-actions
Copy link

github-actions bot commented Apr 9, 2021

This issue was marked stale due to lack of activity. It will be closed in 30 days.

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

No branches or pull requests

2 participants