Remove artificial wraps from GitHub messages (#1977)

This commit is contained in:
Charlie Marsh 2023-01-18 18:20:56 -05:00 committed by GitHub
parent 97f55b8e97
commit ef355e5c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -100,8 +100,7 @@ pub fn main() -> Result<ExitCode> {
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(),
);

View File

@ -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,