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

Commit 55213fb

Browse files
committed
Update noxfile.py
1 parent e93b668 commit 55213fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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", "google.cloud", "--exclude", "google/pubsub_v1")
120+
session.run("mypy", "-i", "-p", "google.cloud", "--exclude", "'google/pubsub_v1/'")
121121

122122

123123
@nox.session(python=DEFAULT_PYTHON_VERSION)

0 commit comments

Comments
 (0)