Feature request
Introduce ament_mypy to the codebase, to enforce and check type hinting on python code.
Feature description
Increasing the Python code quality by introducing a static type checker.
Implementation considerations
See how to use mypy with an existing codebase.
To generate type hints automatically one could use tools like pyannotate or monkeytype.
Feature request
Introduce ament_mypy to the codebase, to enforce and check type hinting on python code.
Feature description
Increasing the Python code quality by introducing a static type checker.
Implementation considerations
See how to use mypy with an existing codebase.
To generate type hints automatically one could use tools like pyannotate or monkeytype.