Skip to content

Commit

Permalink
ci: Print isort diff
Browse files Browse the repository at this point in the history
When it passes locally, it would be good to know why ci fails.
  • Loading branch information
holmanb committed Apr 30, 2024
1 parent 2864b51 commit 15ac27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ commands = {envpython} -m black . --check
[testenv:isort]
deps =
isort=={[format_deps]isort}
commands = {envpython} -m isort . --check-only
commands = {envpython} -m isort . --check-only --diff

[testenv:mypy]
deps =
Expand Down

0 comments on commit 15ac27c

Please sign in to comment.