Skip to content

Commit d777eb1

Browse files
Copilotobserverw
andcommitted
Remove --fix flag from ruff check in CI
Co-authored-by: observerw <[email protected]>
1 parent 75b6a11 commit d777eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run linter and static analysis
3434
run: |
35-
uv run ruff check --fix
35+
uv run ruff check
3636
uv run ruff format --check
3737
3838
- name: Run tests

0 commit comments

Comments
 (0)