googleapis / synthtool

Apache License 2.0
87 stars 84 forks source link

python, samples: add mypy check to samples noxfile #1311

Open tswast opened 2 years ago

tswast commented 2 years ago

Currently, google-cloud-bigquery runs type checks against samples from the root noxfile. Ideally this would be done in the individual samples noxfiles, so that requirements.txt can be used. https://github.com/googleapis/python-bigquery/blob/08a9bcc16850bbc3cbe0375ef50537edd974f304/noxfile.py#L190-L209

busunkim96 commented 2 years ago

CC @googleapis/python-samples-owners