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
content_tagging is included in the mypy checks that run during CI tests
Add type hints to every function in the content_tagging app in edx-platform, including the tests (adding -> None as the return type is necessary if there are no other type hints in the parameter or return type, because otherwise mypy won't check the code in that function)
The text was updated successfully, but these errors were encountered:
Story: "As a developer, I want the content tagging code to have type hints so that it's more self-documenting and has fewer bugs"
Details:
Criteria:
content_tagging
is included in the mypy checks that run during CI testscontent_tagging
app in edx-platform, including the tests (adding-> None
as the return type is necessary if there are no other type hints in the parameter or return type, because otherwise mypy won't check the code in that function)The text was updated successfully, but these errors were encountered: