-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add mypy check to CI workflow. #140
Comments
GitMate.io thinks possibly related issue is #27 (Add installation docs). |
Expect this to follow on #120, as prematurely adding mypy check will fail. |
There are some issues where accepting more than one type eg var: Optional[List] or var Union[str, Path, None] results in mypy having issues with the passing of None to things like |
Forgot to close issue, but mypy has been implemented. |
Mypy provides good static type checking. Add it to one or more of the CI tools such that it's reports can be accessed.
Depending on specifics, failing a building a serious issue might be wise.
Related to #120.
The text was updated successfully, but these errors were encountered: