[MNT] Add pre-commit
hook for mypy
#1856
Labels
maintenance
Continuous integration, unit testing & package distribution
Describe the issue
From July 26 2024 meeting.
There are a few type hint errors, and no method to easily discover these. We should include some automated type checking for type hints in
pre-commit
.Suggest a potential alternative/fix
The first package that comes to mind for this is
mypy
, but it does not necessarily have to be this.i.e.
This should be set up to only be run manually for now, however. There are a lot of breakages that we do not want to do at once.
Additional context
No response
The text was updated successfully, but these errors were encountered: