Skip to content

Commit 6e16103

Browse files
Ken KundertKen Kundert
authored andcommitted
nit
1 parent 7ef6848 commit 6e16103

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
@@ -3,7 +3,9 @@ envlist = lint, pytest, mypy
33
isolated_build = True
44

55
[testenv:lint]
6-
deps = setuptools ruff
6+
deps =
7+
setuptools
8+
ruff
79
skip_install = true
810
commands = ruff check
911

0 commit comments

Comments
 (0)