Skip to content
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

chore: sync v3 with main branch #1055

Merged
merged 4 commits into from
Nov 10, 2021
Merged

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    4616cd5 View commit details
    Browse the repository at this point in the history
  2. process: make mypy happy with type annotations (googleapis#1036)

    * process: add mypy types check to nox sessions
    
    * Ignore type errors for not annotated modules
    
    Several dependencies lack type annotations, or they don't advertise
    themselves as type-annotated. We do not want `mypy` to complain about
    these.
    
    * Fix mypy complaints (batch 1)
    
    * Fix mypy complaints (batch 2)
    
    * Fix mypy complaints (batch 3)
    
    * Fix mypy false positive errors
    
    * Simplify external config options instantiation
    
    * Do not ignore api-core in type checks
    
    More recent releases of google-api-core have typing enabled.
    
    * Remove unneeded __hash__ = None lines
    
    * Use an alias for timeout type in client.py
    
    * Fix PathLike subscription error in pre-Python 3.9
    
    * Fix a typo in docstring
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    * Add mypy to the list of nox sessions to run
    
    * Fix opentelemetry type error
    
    The Opentelemetry APi has changed from the minimum version the
    BigQuery client currently uses, we thus need to bound the maximum
    Opentelemetry version.
    
    In addition, that maximum version does not yet support type checks, thus
    it is ignored.
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Exclude type-checking code from coverage
    
    * Fix patching opentelemetry tracer pvoider
    
    * Adjust get_job() return type, ignore opentelemetry
    
    Co-authored-by: Tim Swast <swast@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    66b3dd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    12c2272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859a65d View commit details
    Browse the repository at this point in the history