Convert this to use the print_info helpers
- ID
408201d- date
2025-04-23 07:22:47+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
05811a5- message
Convert this to use the `print_info` helpers- changed files
1 file, 2 additions, 2 deletions
Changed files
python/pyfmt (875) → python/pyfmt (851)
diff --git a/python/pyfmt b/python/pyfmt
index 8b1cc75..80e9e41 100755
--- a/python/pyfmt
+++ b/python/pyfmt
@@ -36,10 +36,10 @@ else
fi
-echo -e "\033[34mruff check\033[0m"
+print_info "ruff check"
bash -c "$RUFF check $ROOT"
echo ""
-echo -e "\033[34mruff format\033[0m"
+print_info "ruff format"
bash -c "$RUFF format $ROOT"