Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 92ebea1

Browse files
committed
re-enable mypy
1 parent 748fc27 commit 92ebea1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def mypy(session):
117117
# TODO: Only check the hand-written layer, the generated code does not pass
118118
# mypy checks yet.
119119
# https://github.com/googleapis/gapic-generator-python/issues/1092
120-
# TODO: Re-enable mypy checks once we merge, since incremental checks are failing due to protobuf upgrade
121-
# session.run("mypy", "-p", "google.cloud", "--exclude", "google/pubsub_v1/")
120+
session.run("mypy", "-p", "google.cloud", "--exclude", "google/pubsub_v1/")
122121

123122

124123
@nox.session(python=DEFAULT_PYTHON_VERSION)

0 commit comments

Comments
 (0)