Rebuild ruff binary instead of sharing it across jobs (#21361)

This commit is contained in:
Micha Reiser
2025-11-10 14:27:07 +01:00
committed by GitHub
parent f44598dc11
commit 84a810736d
2 changed files with 61 additions and 80 deletions

View File

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