mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
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:
parent
32881acf6c
commit
8ea0d40d5e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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/*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue