-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP: Add typing hint for src codes #99
base: main
Are you sure you want to change the base?
Conversation
Hello @Yanqiao4396 if you want to continue to work on this PR, that would be great! I encourage you to integrate Let's continue the conversation here! I am glad to help out with and/or review this PR as needed. Thanks! |
Add mypy library. Put mypy into lint check. Choose to ignore importing warning because the project works in virtual environment
Mypy expects to find all the dependencies. However, we are building on virtual environment, so ignore Mypy "Library stubs not installed" message
The Mypy is added successfully. The related changes pass!! |
Your Title
Add typing hint
Description
Add the typing hint for all the I/O of functions in source codes
Linked Issues
closes: #93\
Type of Change
Contributors
Reminder