1
0
Fred Lefévère-Laoide 1 жил өмнө
parent
commit
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]