Skip to content

Commit

Permalink
Use rye lint instead
Browse files Browse the repository at this point in the history
  • Loading branch information
horrormyth committed Jun 3, 2024
1 parent 600d216 commit 1e2d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rye sync --no-lock
- name: Lint
run: |
rye run pre-commit run --all-files
rye lint -a
- name: Test
run: |
rye run pytest
Expand Down

0 comments on commit 1e2d21a

Please sign in to comment.