Closed thepetk closed 10 months ago
Adds simple type hints to all functions inside the main.py in order to have more fixed types of arguments passed to/returned from methods.
main.py
fixes https://github.com/thepetk/projectman/issues/13
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
What does this PR do?
Adds simple type hints to all functions inside the
main.py
in order to have more fixed types of arguments passed to/returned from methods.Which issue(s) does this PR fix
fixes https://github.com/thepetk/projectman/issues/13
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
How to test changes / Special notes to the reviewer