Skip to content

Commit

Permalink
isort requires pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Sep 21, 2024
1 parent a86cfad commit 68cc07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commands =


[testenv:lint]
skip_install = true
# skip_install = true
deps =
ruff
commands =
Expand All @@ -67,7 +67,7 @@ commands =

[testenv:format]
description = Reformat python code using ruff (Black, isort, and pyupgrade)
; # skip_install = true
# skip_install = true
deps =
ruff
allowlist_externals =
Expand Down

0 comments on commit 68cc07f

Please sign in to comment.