Skip to content

Commit 43276dc

Browse files
authored
🔧 add tox environment for mypy (#12376)
1 parent 18d3034 commit 43276dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ extras =
6262
commands =
6363
ruff format .
6464
ruff check --fix .
65+
66+
[testenv:mypy]
67+
description =
68+
Run mypy type checking.
69+
extras =
70+
lint
71+
test
72+
commands = mypy {posargs}

0 commit comments

Comments
 (0)