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
fix(mypy): type annotations for cipher algorithms #4306
Conversation
Don’t we want the GitHub Action updated to prove that the directory is fixed? Should we use |
Done
I prefer to be strict in type checking but we should take it gradually. The
In short, it won't allow any variable, function, decorators or class to be untyped. Most of the options should be configured via |
* fix(mypy): type annotations for cipher algorithms * Update mypy workflow to include cipher directory * fix: mypy errors in hill_cipher.py * fix build errors
* fix(mypy): type annotations for cipher algorithms * Update mypy workflow to include cipher directory * fix: mypy errors in hill_cipher.py * fix build errors
Issue: #4052
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.