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

Commit 7680213

Browse files
committed
add check_untyped_defs
1 parent 3cb8e92 commit 7680213

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gapic/templates/noxfile.py.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def mypy(session):
104104
{% else %}
105105
"{{ api.naming.versioned_module_name }}",
106106
{% endif %}
107+
"--check-untyped-defs",
108+
*session.posargs,
107109
)
108110

109111

0 commit comments

Comments
 (0)