chore: added type hints to all whitelisted functions

This commit is contained in:
Jannat Patel
2026-02-06 16:01:49 +05:30
parent 1bbdff9aaf
commit cd0d4c413d
19 changed files with 266 additions and 273 deletions

View File

@@ -277,3 +277,4 @@ add_to_apps_screen = [
sqlite_search = ["lms.sqlite.LearningSearch"]
auth_hooks = ["lms.auth.authenticate"]
require_type_annotated_api_methods = True