Skip to content

Commit 304efa4

Browse files
style: pre-commit fixes
1 parent d0b6d18 commit 304efa4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v6
2727
- name: Install the project
2828
run: uv sync --locked --group nox
29-
29+
3030
- uses: pre-commit/action@v3.0.1
3131
with:
3232
extra_args: --hook-stage manual --all-files
@@ -52,8 +52,7 @@ jobs:
5252

5353
- name: Test package
5454
run: >-
55-
uv run --frozen pytest
56-
--cov --cov-report=xml --cov-report=term
55+
uv run --frozen pytest --cov --cov-report=xml --cov-report=term
5756
--durations=20
5857
5958
- name: Upload coverage report

0 commit comments

Comments
 (0)