mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Don't fix in ecosystem check (#15267)
This commit is contained in:
@@ -209,6 +209,8 @@ class CheckOptions(CommandOptions):
|
||||
# Ignore internal test rules
|
||||
"--ignore",
|
||||
"RUF9",
|
||||
# Never apply fixes, as they pollute the comparison results
|
||||
"--no-fix",
|
||||
# Use the concise format for comparing violations
|
||||
"--output-format",
|
||||
"concise",
|
||||
|
||||
Reference in New Issue
Block a user