fn run_ruff( root_path: &Path, outdir: &Path, py_path: &Path, cfg_args: &[&OsStr], file_args: &[&OsStr], ruff_args: &[&OsStr], ) -> Result<(), Error>