Skip to content

Commit fa53276

Browse files
committed
noxfile
1 parent 821fe3e commit fa53276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +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-
session.run("mypy", "-p", "-i", "google.cloud", "--exclude", "google/pubsub_v1/")
120+
# session.run("mypy", "-p", "google.cloud", "--exclude", "google/pubsub_v1/")
121121

122122

123123
@nox.session(python=DEFAULT_PYTHON_VERSION)

0 commit comments

Comments
 (0)