-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Description
Many freud classes and functions don't have type hints. Implementing them would help with using IDEs so that users don't have to reference docs all the time.
Proposed Solution
Since we have recently made the port to nanobind, all python files are pure python files so using the full python feature set is possible and IDEs and language servers particularly benefit from type hits for code completion or easy docstring reading.
Type hints should be added such that all function returns and function variables are added according to the latest python standard.
Additional Context
No response
Reactions are currently unavailable