We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600d216 commit 1e2d21aCopy full SHA for 1e2d21a
.github/workflows/code_coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
rye sync --no-lock
25
- name: Lint
26
run: |
27
- rye run pre-commit run --all-files
+ rye lint -a
28
- name: Test
29
30
rye run pytest
0 commit comments