Skip to content

Commit

Permalink
Don't fix in ecosystem check (#15267)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclbg authored Jan 6, 2025
1 parent e5270e2 commit bafe871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ruff-ecosystem/ruff_ecosystem/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ def to_ruff_args(self) -> list[str]:
# 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",
Expand Down

0 comments on commit bafe871

Please sign in to comment.