You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
A recent change of flake8 or its config causes the code style check to fail on the master branch - it complains about a variable name in a line in job.py that has last been changed almost 10 months ago:
google/cloud/bigquery/job.py:3119:39: E741 ambiguous variable name 'l'
A recent change of
flake8or its config causes the code style check to fail on themasterbranch - it complains about a variable name in a line injob.pythat has last been changed almost 10 months ago: