mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
Don't fix in ecosystem check (#15267)
This commit is contained in:
parent
e5270e2ac2
commit
bafe8714a8
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ class CheckOptions(CommandOptions):
|
||||||
# Ignore internal test rules
|
# Ignore internal test rules
|
||||||
"--ignore",
|
"--ignore",
|
||||||
"RUF9",
|
"RUF9",
|
||||||
|
# Never apply fixes, as they pollute the comparison results
|
||||||
|
"--no-fix",
|
||||||
# Use the concise format for comparing violations
|
# Use the concise format for comparing violations
|
||||||
"--output-format",
|
"--output-format",
|
||||||
"concise",
|
"concise",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue