-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
fix(mypy): type annotations for cipher algorithms #4306
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
Conversation
Don’t we want the GitHub Action updated to prove that the directory is fixed? Should we use |
8510ac9
to
84afd8b
Compare
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 |
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.
Awesome work! Thanks for doing this.
* 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}
.