Skip to content

Commit a792ed2

Browse files
committed
tox: update mypy to v2.1.0
Update the fixed mypy version to its most recent. Signed-off-by: James Knight <git@jdknight.me>
1 parent d744584 commit a792ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ commands =
9191
deps =
9292
{[testenv]deps}
9393
-r{toxinidir}/requirements_types.txt
94-
mypy: mypy==1.20.0
94+
mypy: mypy==2.1.0
9595
commands =
9696
mypy \
9797
--explicit-package-bases \

0 commit comments

Comments
 (0)