diff --git a/ruff_cli/src/main.rs b/ruff_cli/src/main.rs index db9639987f..be163b6c40 100644 --- a/ruff_cli/src/main.rs +++ b/ruff_cli/src/main.rs @@ -100,8 +100,7 @@ pub fn main() -> Result { https://github.com/charliermarsh/ruff/issues/new?title=%5BPanic%5D -quoting the executed command, along with the relevant file contents and `pyproject.toml` settings, -we'd be very appreciative! +quoting the executed command, along with the relevant file contents and `pyproject.toml` settings, we'd be very appreciative! "#, "error".red().bold(), ); diff --git a/src/linter.rs b/src/linter.rs index 9c880c0491..0d71f3194b 100644 --- a/src/linter.rs +++ b/src/linter.rs @@ -357,8 +357,7 @@ This likely indicates a bug in `{}`. If you could open an issue at: {}/issues/new?title=%5BInfinite%20loop%5D -quoting the contents of `{}`, along with the `pyproject.toml` settings and executed command, we'd be -very appreciative! +quoting the contents of `{}`, along with the `pyproject.toml` settings and executed command, we'd be very appreciative! "#, "warning".yellow().bold(), MAX_ITERATIONS,