diff --git a/check/format-incremental b/check/format-incremental index 5a5194db01e..e16f47927f6 100755 --- a/check/format-incremental +++ b/check/format-incremental @@ -102,7 +102,9 @@ fi flynt "${format_files[@]}" "${flynt_args[@]}" FLYNTSTATUS=$? -echo "Running the black formatter..." +BLACKVERSION="$(black --version)" + +echo "Running the black formatter... (version: $BLACKVERSION)" args=("--color") if (( only_print == 1 )); then