mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Update to new mypy and Twisted for type checking.
This commit is contained in:
parent
1931022ff0
commit
a8b68c217f
4
tox.ini
4
tox.ini
@ -125,7 +125,7 @@ commands =
|
|||||||
[testenv:typechecks]
|
[testenv:typechecks]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
mypy==1.4.1
|
mypy==1.5.1
|
||||||
mypy-zope
|
mypy-zope
|
||||||
types-mock
|
types-mock
|
||||||
types-six
|
types-six
|
||||||
@ -134,7 +134,7 @@ deps =
|
|||||||
types-pyOpenSSL
|
types-pyOpenSSL
|
||||||
foolscap
|
foolscap
|
||||||
# Upgrade when new releases come out:
|
# Upgrade when new releases come out:
|
||||||
Twisted==22.10.0
|
Twisted==23.8.0
|
||||||
commands = mypy src
|
commands = mypy src
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user