Skip to content

Commit bc87f4a

Browse files
committed
lint: fix mypy to v1.14.1
Set a fixed mypy version to ensure consistent builds. This is the most recent version of mypy at the time of commit. Signed-off-by: James Knight <git@jdknight.me>
1 parent 116ec7e commit bc87f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ commands =
8282
deps =
8383
{[testenv]deps}
8484
-r{toxinidir}/requirements_types.txt
85-
mypy
85+
mypy: mypy==1.14.1
8686
commands =
8787
mypy \
8888
--explicit-package-bases \

0 commit comments

Comments
 (0)