Skip to content

Commit 58e8457

Browse files
committed
put type in check
1 parent 41e7691 commit 58e8457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python =
1616
3.10: py310
1717
3.11: py311
1818
3.12: py312
19-
3.13: py313, type
19+
3.13: py313
2020
3.14: py314
2121

2222
[gh-actions:env]
@@ -28,6 +28,7 @@ DEPENDS =
2828
CHECK =
2929
style: style
3030
spellcheck: spellcheck
31+
type: type
3132

3233
[testenv]
3334
description = Pytest with coverage
@@ -95,5 +96,6 @@ labels = check
9596
dependency_groups =
9697
types
9798
skip_install = true
99+
runner = uv-venv-runner
98100
commands =
99101
mypy --strict src tests

0 commit comments

Comments
 (0)