-
-
Notifications
You must be signed in to change notification settings - Fork 43
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 typing hints #107
base: master
Are you sure you want to change the base?
Add typing hints #107
Conversation
Sorry I did not have the time to check this. I was moving. Currently there's no plan to use the strict mode. However, some of the additions to the missing signatures are okay. Also in this PR do not change So could you remove the strict check and leave only the additions to the signature types? |
如果把 |
我的意思是不要这么干。 |
哦,抱歉误解了 |
我是不是还需要重新fork一下你的仓库 |
拉一个新的PR |
不用。你不应该在你的master上直接做修改……我建议你去看一下git的工作流程,可能对你有帮助。对于这个PR,你可以直接在你的branch上push新的commit。 |
我改了一下,你看看可以吗 |
【十分钟学会正确的github工作流,和开源作者们使用同一套流程-哔哩哔哩】 https://b23.tv/1V1kgFN 你说的是这个视频吗? |
是,你需要熟悉一下github的操作。 对于这个PR,在这个PR里,只做一件事,就是把没有标注的类型补全。所以不要加 |
Add typing hints (mypy strict mode)