mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Rebuild ruff binary instead of sharing it across jobs (#21361)
This commit is contained in:
@@ -206,9 +206,6 @@ class CheckOptions(CommandOptions):
|
||||
"check",
|
||||
"--no-cache",
|
||||
"--exit-zero",
|
||||
# Ignore internal test rules
|
||||
"--ignore",
|
||||
"RUF9",
|
||||
# Never apply fixes, as they pollute the comparison results
|
||||
"--no-fix",
|
||||
# Use the concise format for comparing violations
|
||||
|
||||
Reference in New Issue
Block a user