소스 검색

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]