This makes diffs more readable in CI logs. (cherry picked from commit 38424714b1d3c7e35fb0cb2de548338885a98c14)
@@ -15,7 +15,7 @@ PY_FILES=$(find \( -path "./.git" \
\) -print)
black -l 120 $PY_FILES
-git diff > patch.patch
+git diff --color > patch.patch
# If no patch has been generated all is OK, clean up, and exit.
if [ ! -s patch.patch ] ; then
@@ -40,7 +40,7 @@ while IFS= read -rd '' f; do
done
@@ -44,7 +44,7 @@ while IFS= read -rd '' f; do
perl -i -pe 's/\x20== true//g' "$f"