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

Commit 8ea95e9

Browse files
committed
chore: unpin mypy check version
1 parent 48ace66 commit 8ea95e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gapic/templates/noxfile.py.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ nox.options.error_on_missing_interpreters = True
9191
def mypy(session):
9292
"""Run the type checker."""
9393
session.install(
94-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
95-
"mypy<1.16.0",
94+
"mypy",
9695
"types-requests",
9796
"types-protobuf",
9897
)

0 commit comments

Comments
 (0)