Skip to content

Commit ee27768

Browse files
davidweteringsmvantellingen
authored andcommitted
Also update isort for tox
--recursive is no longer needed, see https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/
1 parent fbeb1be commit ee27768

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runserver:
2020
python -mcommercetools.testing.server
2121

2222
format:
23-
isort --recursive src tests codegen
23+
isort src tests codegen
2424
black src/ tests/ codegen/
2525

2626
release:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ commands =
2525
basepython = python3.7
2626
deps =
2727
black==18.9b0
28-
isort[toml]==4.3.21
28+
isort[toml]==5.2.2
2929
skip_install = true
3030
commands =
31-
isort --recursive --check-only src tests
31+
isort --check-only src tests
3232
black --check src/ tests/

0 commit comments

Comments
 (0)