浏览代码

show black diff

Fred Lefévère-Laoide 1 年之前
父节点
当前提交
b2e9b5ca61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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