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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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