From 6e5ed192c6435ec107eae524bb2c6959c38bc654 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 10 Apr 2023 16:01:25 -0400 Subject: [PATCH] restore mypy to released version 1.2.0 Change-Id: Ice0233af37f387747a283ef2d2293aaa194b52d9 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5a31ac7d1d..4e2e4dfe70 100644 --- a/tox.ini +++ b/tox.ini @@ -167,8 +167,7 @@ deps= pytest-xdist greenlet != 0.4.17 importlib_metadata; python_version < '3.8' - mypy >= 1.1.1 - git+https://github.com/python/mypy@dataclass-transform-descriptors#egg=mypy + mypy >= 1.2.0 patch==1.* commands = -- 2.47.2