mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
More thorough mypy checks
This commit is contained in:
parent
e4bf0a346b
commit
fe8a94089c
7
tox.ini
7
tox.ini
@ -134,7 +134,12 @@ deps =
|
||||
foolscap
|
||||
# Upgrade when new releases come out:
|
||||
Twisted==23.10.0
|
||||
commands = mypy src
|
||||
commands =
|
||||
# Different versions of Python have a different standard library, and we
|
||||
# want to be compatible with all the variations. For speed's sake we only do
|
||||
# the earliest and latest versions.
|
||||
mypy --python-version=3.8 src
|
||||
mypy --python-version=3.12 src
|
||||
|
||||
|
||||
[testenv:draftnews]
|
||||
|
Loading…
Reference in New Issue
Block a user