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 4804b3c commit f485a76Copy full SHA for f485a76
.github/workflows/test.yml
@@ -17,9 +17,9 @@ jobs:
17
- name: Test with pytest
18
run: make coverage.xml
19
- name: Check formatting
20
- run: rye fmt --check RISE
+ run: uv run ruff format --check RISE
21
- name: Check linting
22
- run: rye lint RISE
+ run: uv run ruff check RISE
23
- name: Upload coverage to Codecov
24
uses: codecov/codecov-action@v4
25
with:
0 commit comments