Skip to content

Commit 7ae6c75

Browse files
committed
Update test logi
1 parent cce58b6 commit 7ae6c75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
3535
3636
- name: Lint with black
3737
run: |
38-
uv run black --check .
39-
40-
- name: Sort imports with isort
41-
run: |
42-
uv run isort --check-only .
38+
uvx ruff --check .
4339
4440
- name: Type check with mypy
4541
run: |
@@ -56,4 +52,4 @@ jobs:
5652
file: ./coverage.xml
5753
flags: unittests
5854
name: codecov-umbrella
59-
fail_ci_if_error: false
55+
fail_ci_if_error: false

0 commit comments

Comments
 (0)