-
Notifications
You must be signed in to change notification settings - Fork 6.5k
refactor: typehints and return for webrisk samples #9966
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
Conversation
Webrisk has an existing noxfile config. Should that be updated? |
No, you're right. That file already exists, and it already has Enforce Type Hints set to True, so this is fine. |
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! In the future, please note the buganizer number in the PR description.
Description
b/280881593 : Fix typehints and return responses from samples to tests.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)