Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c849731e authored by Markus Heiser's avatar Markus Heiser
Browse files

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

parent 3c77412d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $?
}