Skip to content

Commit 040b687

Browse files
committed
Add a tox env to force format
1 parent 75253ac commit 040b687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ order_by_type = false
3636
skip_install = true
3737
deps = isort
3838
commands = isort --check --diff {posargs:.}
39+
40+
[testenv:isort-format]
41+
skip_install = true
42+
deps = isort
43+
commands = isort {posargs:.}

0 commit comments

Comments
 (0)