Don't fix in ecosystem check (#15267)

This commit is contained in:
Enric Calabuig
2025-01-06 10:21:34 +01:00
committed by GitHub
parent e5270e2ac2
commit bafe8714a8

View File

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