Skip to content

Commit aef6328

Browse files
committed
fix: ruff in ci
1 parent 21d9bfe commit aef6328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install the project and dependencies
2525
run: uv sync --all-extras
2626

27-
# - uses: astral-sh/ruff-action@v3
27+
- uses: astral-sh/ruff-action@v3
2828

2929
- name: Run tests with coverage
3030
run: uv run pytest tests

0 commit comments

Comments
 (0)