Skip to content

Commit 68cc07f

Browse files
committed
isort requires pip install
1 parent a86cfad commit 68cc07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ commands =
5656

5757

5858
[testenv:lint]
59-
skip_install = true
59+
# skip_install = true
6060
deps =
6161
ruff
6262
commands =
@@ -67,7 +67,7 @@ commands =
6767

6868
[testenv:format]
6969
description = Reformat python code using ruff (Black, isort, and pyupgrade)
70-
; # skip_install = true
70+
# skip_install = true
7171
deps =
7272
ruff
7373
allowlist_externals =

0 commit comments

Comments
 (0)