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

tests: consider including mypy or any other type checker #490

Open
viniarck opened this issue Jul 29, 2024 · 0 comments
Open

tests: consider including mypy or any other type checker #490

viniarck opened this issue Jul 29, 2024 · 0 comments
Labels
future_release Planned for the next release

Comments

@viniarck
Copy link
Member

This is to consider adding mypy to our linters.

mypy is very powerful to catch typing issues, which can also contribute to fixing things before even having a unit test for, or catching errors that a unit test didn't catch.

We'll consider either mypy or another linter, and we'll roll it out gradually on our projects.

@viniarck viniarck added the future_release Planned for the next release label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future_release Planned for the next release
Projects
None yet
Development

No branches or pull requests

1 participant