You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2024. It is now read-only.
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.