tests: consider including mypy
or any other type checker
#490
Labels
future_release
Planned for the next release
mypy
or any other type checker
#490
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.The text was updated successfully, but these errors were encountered: