forked from Ponysearch/Ponysearch
[mod] test.black: show issues (diff) reported by python-black
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
3c77412d33
commit
c849731eb1
1 changed files with 1 additions and 1 deletions
2
manage
2
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 $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue