A goal should be that every function is type-checked and that passing type-checking is a prerequisite for committing to the repository. Background: https://mypy-lang.org/ https://realpython.com/python-type-checking/
A goal should be that every function is type-checked and that passing type-checking is a prerequisite for committing to the repository.
Background:
https://mypy-lang.org/
https://realpython.com/python-type-checking/