Skip to content

Commit f185631

Browse files
committed
Update ruff
1 parent e63b568 commit f185631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: uv sync --all-extras --dev
2929

3030
- name: Run ruff linter
31-
run: uv run ruff . --no-fix --config pyproject.toml
31+
run: uv run ruff check --config pyproject.toml
3232
continue-on-error: true
3333
- name: Run black linter
3434
run: |

0 commit comments

Comments
 (0)