Skip to content

Commit 858c408

Browse files
committed
chore: run isort -c in code lint
1 parent 511f97c commit 858c408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ description = lint code
2525
skip_install = true
2626
deps =
2727
flake8
28+
isort==5.12.0
2829
commands =
30+
isort -c {[variables]code}
2931
flake8 --max-line-length=88 --extend-ignore=E203,E501 {[variables]code}
3032

3133
[testenv:format]

0 commit comments

Comments
 (0)