Skip to content

Commit 1e2d21a

Browse files
committed
Use rye lint instead
1 parent 600d216 commit 1e2d21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
rye sync --no-lock
2525
- name: Lint
2626
run: |
27-
rye run pre-commit run --all-files
27+
rye lint -a
2828
- name: Test
2929
run: |
3030
rye run pytest

0 commit comments

Comments
 (0)