We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e02b1 commit 62bdbe2Copy full SHA for 62bdbe2
noxfile.py
@@ -275,7 +275,7 @@ def pytype(session):
275
@nox.session(python=DEFAULT_PYTHON_VERSION)
276
def mypy(session):
277
"""Run type-checking."""
278
- session.install(".[grpc]", "mypy")
+ session.install(".[grpc,async_rest]", "mypy")
279
session.install(
280
"types-setuptools",
281
"types-requests",
0 commit comments