static type checking
We have been putting in type hints, but are not actually validating those yet.
Could use something like mypy to validate, and probably should add a CI/CD step too.
We have been putting in type hints, but are not actually validating those yet.
Could use something like mypy to validate, and probably should add a CI/CD step too.