We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527a60b commit 964992dCopy full SHA for 964992d
1 file changed
packages/google-cloud-documentai-toolbox/noxfile.py
@@ -504,3 +504,12 @@ def prerelease_deps(session, protobuf_implementation):
504
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
505
},
506
)
507
+
508
509
+@nox.session(python=DEFAULT_PYTHON_VERSION)
510
+def mypy(session):
511
+ """Run the type checker."""
512
513
+ # TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
514
+ # Enable mypy once this bug is fixed.
515
+ session.skip("Temporarily skip mypy. See issue 16014")
0 commit comments