Skip to content

Commit 31344bb

Browse files
committed
fix: correct ref to type (not mypy)
Signed-off-by: Casper Nielsen <[email protected]>
1 parent 6e32706 commit 31344bb

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
@@ -4,7 +4,7 @@ envlist =
44
py{310,311,312,313}
55
flake8,
66
ruff,
7-
mypy,
7+
type,
88
pytest
99

1010
[testenv]

0 commit comments

Comments
 (0)