Skip to content

Commit

Permalink
include async_rest in mypy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche authored Dec 16, 2024
1 parent 15e02b1 commit 62bdbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def pytype(session):
@nox.session(python=DEFAULT_PYTHON_VERSION)
def mypy(session):
"""Run type-checking."""
session.install(".[grpc]", "mypy")
session.install(".[grpc,async_rest]", "mypy")
session.install(
"types-setuptools",
"types-requests",
Expand Down

0 comments on commit 62bdbe2

Please sign in to comment.