-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Add type hints so setting "enforce_type_hints" to True won't cause lint failures.
python-pubsub/samples/snippets/noxfile_config.py
Lines 26 to 28 in 2584147
| # Old samples are opted out of enforcing Python type hints | |
| # All new samples should feature them | |
| "enforce_type_hints": True, |
leahecole
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.