Skip to content

Commit 9e8c878

Browse files
feat: replace direct mypy dependency with tomte[mypy] in tox config
1 parent d352a88 commit 9e8c878

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
@@ -66,7 +66,7 @@ commands =
6666
skipsdist = True
6767
skip_install = True
6868
deps =
69-
mypy==1.4.0
69+
tomte[mypy]==0.6.1
7070
setuptools<=81.0.0
7171
commands =
7272
mypy mech_client/ --disallow-untyped-defs --config-file tox.ini

0 commit comments

Comments
 (0)