Skip to content

Commit cdaefe6

Browse files
committed
Show diff when isort or black fails
1 parent 8b4983f commit cdaefe6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ deps =
6464
black==24.2.0
6565
skip_install = True
6666
commands =
67-
isort beets beetsplug test --check
68-
black beets beetsplug test --check
69-
67+
isort beets beetsplug test --check --diff
68+
black beets beetsplug test --check --diff

0 commit comments

Comments
 (0)