-
Notifications
You must be signed in to change notification settings - Fork 181
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
Added type hints for rsast and sast files #1994
Conversation
Thank you for contributing to
|
@baraline Can you let me know if there are changes to made? |
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.
Looking good, thanks ! Just some minor changes and some not directly related to type hints but might as well adress them while we are at it.
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, thanks again! 😄
What does this implement/fix? Explain your changes.
Added type hints for rsast and sast files under shapelet based collection transformation.
#1910