Skip to content

Commit 66bcdd6

Browse files
committed
fix: add lint, format-check, and type to the tox environment list
1 parent b6a3226 commit 66bcdd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
requires =
33
tox>=4
4-
envlist = py310, py311, py312, py313, py314, py314t, coverage
4+
envlist = py310, py311, py312, py313, py314, py314t, coverage, lint, format-check, type
55
skip_missing_interpreters =
66
True
77

0 commit comments

Comments
 (0)