Skip to content

Commit 30291fa

Browse files
committed
Update tox.ini
1 parent fcc9c41 commit 30291fa

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
@@ -25,7 +25,7 @@ description = lint code
2525
skip_install = true
2626
deps =
2727
flake8
28-
isort==5.12.0
28+
isort
2929
commands =
3030
isort -c {[variables]code}
3131
flake8 --max-line-length=88 --extend-ignore=E203,E501 {[variables]code}
@@ -35,7 +35,7 @@ description = format code
3535
skip_install = true
3636
deps =
3737
black==23.7.0
38-
isort==5.12.0
38+
isort
3939
commands =
4040
isort {[variables]code}
4141
black -t py37 -t py38 -t py39 -t py310 -t py311 -t py312 {[variables]code}

0 commit comments

Comments
 (0)