nox > mypy -p google --show-traceback
google/cloud/bigquery/_pyarrow_helpers.py:29: error: Incompatible types in assignment (expression has type "None", variable has type Module) [assignment]
google/cloud/bigquery/external_config.py:886: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
google/cloud/bigquery/table.py:36: error: Incompatible types in assignment (expression has type "None", variable has type Module) [assignment]
Found 2 errors in 2 files (checked 54 source files)
Error log: