diff --git a/news/6620.process.rst b/news/6620.process.rst new file mode 100644 index 000000000..c4cccbe25 --- /dev/null +++ b/news/6620.process.rst @@ -0,0 +1,4 @@ +Optimize CI pipeline: replace Black with ``ruff-format`` in pre-commit, +remove redundant standalone Ruff job, and add a ``tests-smoke`` gate that +runs Python 3.12 across all OSes before the full version matrix — cutting +wasted compute on version-agnostic failures.