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
refactor: convert type comments to type hints (#255)
The converts the type comments into type hints, and adds a few extra typing fixes.
Also improved readability by breaking down long typed argument lists on multiple lines.
Removing the types from the docstrings will be done in a future PR or gradually while improving the docstrings.
* refactor: remove unused results_list_attribute_name
* test: add mypy linter
* ci: add lint job
* chore: convert type comments to annotations
* style: break down large arg list on multiline
* refactor: fix type hints
* chore: fix server type hint
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
* chore: fix type hints
* docs: add note about new lint task
---------
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
0 commit comments