-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Isssue434 - typing #772
base: master
Are you sure you want to change the base?
Isssue434 - typing #772
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add mypy for type checking.
Hey @jeffwright13 thank you for your work on this. Are you still interested by this ? I merged the latest changes from main where mypy and other typing hints were added but there's too much mypy errors for my current understanding of the code to handle them myself (you can check the pre-commit job in the CI). |
Adds 'legacy-style' type annotations to file
basereport.py
. This is for backwards compatibility with older version of Python <= 3.8).