Skip to content

Commit 1e49cab

Browse files
committed
Remove a ruff check auto-fix from the ruff format workflow
Running an auto-fix in CI can cause the format check to pass, even though the same format check fails locally.
1 parent 85f8321 commit 1e49cab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ruff-format.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1010
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
11-
- run: ruff check --select=COM812 --fix
1211
- run: ruff format --diff

0 commit comments

Comments
 (0)