-
Notifications
You must be signed in to change notification settings - Fork 65
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 NoStringTypeAnnotationRule #140
Conversation
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
==========================================
+ Coverage 84.06% 84.24% +0.18%
==========================================
Files 80 81 +1
Lines 3308 3346 +38
==========================================
+ Hits 2781 2819 +38
Misses 527 527
Continue to review full report at Codecov.
|
future feature annotations is not defined before python 3.7, any idea to handle this case? |
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.
Please don't commit .DS_Store
files. They are unrelated.
Thanks for contributing! Other than the comments, LGTM. |
Co-authored-by: Jimmy Lai <yurinai@gmail.com>
Co-authored-by: Jimmy Lai <yurinai@gmail.com>
|
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.
LGTM
Summary
Enforce the use of type identifier instead of using string type hints.
Test Plan
unit test: tox -e py37