pub fn format_python( root: &Path, files: &[String], check: bool, ) -> Result<FormatOutcome>
Format Python files via ruff format.
ruff format
Never — failures are reported via FormatOutcome::Failed(stderr).
FormatOutcome::Failed(stderr)