Skip to content

Commit 08285e2

Browse files
committed
Make isort show its diff in CI logs
1 parent 9c5ea7e commit 08285e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deps =
2020
commands =
2121
poetry install -q
2222
poetry run flake8
23-
poetry run isort --check-only
23+
poetry run isort --check-only --diff
2424

2525
[flake8]
2626
ignore = C901,W503

0 commit comments

Comments
 (0)