Skip to content

Commit

Permalink
🦉 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 17, 2021
1 parent a7273b9 commit e77bb01
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ def pytype(session):
def mypy(session):
"""Verify type hints are mypy compatible."""
session.install("-e", ".")
session.install(
"mypy", "types-setuptools", "types-protobuf", "types-dataclasses", "types-mock",
)
# Note: getenerated tests (in 'tests/unit/gapic') are not yet
# mypy-safe
session.run("mypy", "google/", "tests/unit/v1/", "tests/system/")
session.install("mypy", "types-setuptools")
# TODO: also verify types on tests, all of google package
session.run("mypy", "-p", "google.cloud.firestore", "--no-incremental")


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down

0 comments on commit e77bb01

Please sign in to comment.