Skip to content

Commit 8dba388

Browse files
committed
Add typecheck task to tox.ini
1 parent 0f3f5a0 commit 8dba388

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tox.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
requires = tox-uv
3-
envlist = py{310,311,312,313,314,py},format
3+
envlist = py{310,311,312,313,314,py},format,typecheck
44

55
[testenv]
66
deps=
@@ -32,3 +32,10 @@ deps=
3232
commands =
3333
ruff format --check tdclient
3434
ruff check tdclient
35+
36+
[testenv:typecheck]
37+
basepython=python3.10
38+
deps=
39+
.[dev]
40+
commands=
41+
pyright tdclient

0 commit comments

Comments
 (0)