mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-19 03:48:29 +00:00
Rebuild ruff binary instead of sharing it across jobs (#21361)
This commit is contained in:
parent
f44598dc11
commit
84a810736d
2 changed files with 61 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue