Skip to content

Commit 63d593e

Browse files
committed
build: use mypy<1.11.0 until #682 is fixed
1 parent 3c5e034 commit 63d593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def pytype(session):
247247
@nox.session(python=DEFAULT_PYTHON_VERSION)
248248
def mypy(session):
249249
"""Run type-checking."""
250-
session.install(".[grpc]", "mypy")
250+
session.install(".[grpc]", "mypy<1.11.0")
251251
session.install(
252252
"types-setuptools",
253253
"types-requests",

0 commit comments

Comments
 (0)