We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5cfdf commit 5bb1bc3Copy full SHA for 5bb1bc3
src/tools/tidy/src/extra_checks/mod.rs
@@ -361,7 +361,6 @@ fn run_ruff(
361
) -> Result<(), Error> {
362
let mut cfg_args_ruff = cfg_args.to_vec();
363
let mut file_args_ruff = file_args.to_vec();
364
- println!("file_args: {:#?}", &file_args);
365
366
let mut cfg_path = root_path.to_owned();
367
cfg_path.extend(RUFF_CONFIG_PATH);
0 commit comments