@@ -25,7 +25,7 @@ deps =
flake8
commands =
isort taipy --check
- black taipy tests --check
+ black taipy tests --check --diff
flake8 taipy tests
[testenv:linux]