Note: Only complete this issue if the team decides to start using type hinting. If we decide against it, close this issue.
Purpose
We want to update the linter to follow our latest Python standards which uses type hinting.
Changes
Add type hinting to all function definitions to the markdown link linter. Feel free to reference and modify the inline documentation as needed. The hints should match the types in the documentation. You may need to search the specific syntax for hinting more complex objects.
Resources