Quellcode durchsuchen

show black diff

Fred Lefévère-Laoide vor 1 Jahr
Ursprung
Commit
b2e9b5ca61
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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]