-
Notifications
You must be signed in to change notification settings - Fork 206
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
Re-enable mypy checks for samples #1060
Comments
HI @parthea , I would like to work on this. Please assign this to me. |
Hi @parthea , for the mypy checks to happen, I need to uncomment - "mypy_samples" . Are there any changes we are looking forward in noxfile.py? |
No, I think that's it for |
Could you please guide me with testing part? Or is there any doc I can go through. |
The CONTRIBUTING guide has some information on running tests. Use nox to run tests Make this change to
Then run
|
Hi @parthea , I have tried to solve 118 errors out of which i am struggling with 4 errors -
Any suggestions on this would be highly appreciated. |
@kitokirti , Please could you open a draft PR with your work in progress changes? |
See the following code which shows that the
mypy_samples
check is disabledpython-pubsub/noxfile.py
Line 80 in 265f410
The text was updated successfully, but these errors were encountered: