mirror of https://github.com/astral-sh/ruff
Remove artificial wraps from GitHub messages (#1977)
This commit is contained in:
parent
97f55b8e97
commit
ef355e5c2c
|
|
@ -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(),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue