This repository has been archived by the owner on May 18, 2024. It is now read-only.
Add type hinting to markdown redirection linter #107
Labels
docs
Improvements or additions to documentation
infrastructure
maintenance
Update or upgrade feature
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
The text was updated successfully, but these errors were encountered: