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.
This commit is contained in:
Dan Smith 2026-05-06 16:10:19 -07:00 committed by Dan Smith
parent 32881acf6c
commit 8ea0d40d5e

View file

@ -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/*'