From 8ea0d40d5e7012c67a26505d4ce884f85768efce Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 6 May 2026 16:10:19 -0700 Subject: [PATCH] Pin mypy to <2.0 This was released today with fresh breakages. Pin to <2.0.0 which is what we were using before until the complaints are addressed. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2776bad5..c9a2cb6d 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ sitepackages = False deps = pep8 flake8 - mypy + mypy<2.0.0 commands = python ./tools/cpep8.py {posargs} mypy --config-file .mypy.ini chirp --exclude='chirp/share/*'