-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
types of arguments are already documented in the docstrings as :type param: .... by now python has had built-in support for type annotations via PEP484 for many years (since at least 3.7, if not earlier), and the features are relatively stable/mature.
we should use them so we can take advantage of things like IDE type hint tooling, etc., and also screen out other errors in the existing piazza-api codebase!