Browse Source

[mod] test.black: show issues (diff) reported by python-black

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
c849731eb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage

+ 1 - 1
manage

@@ -657,7 +657,7 @@ test.pylint() {
 
 test.black() {
     build_msg TEST "[black] \$BLACK_TARGETS"
-    pyenv.cmd black --check "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}"
+    pyenv.cmd black --check --diff "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}"
     dump_return $?
 }