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 2c1ce31 commit 8fcf9c6Copy full SHA for 8fcf9c6
.github/workflows/quality.yml
@@ -17,14 +17,8 @@ jobs:
17
- name: Install uv
18
uses: astral-sh/setup-uv@v4
19
with:
20
- version: "0.5.11"
21
- - name: Set up Python
22
- run: uv python install 3.10
23
- - name: Install dependencies
24
- run: uv sync --frozen --only-group dev
+ version: "0.8.8"
25
- name: Code quality
26
run: |
27
- source .venv/bin/activate
28
- ruff format --check --diff open_instruct
29
- ruff check --exit-non-zero-on-fix open_instruct
30
-
+ uv run ruff format --check --diff open_instruct mason.py
+ uv run ruff check --exit-non-zero-on-fix open_instruct mason.py
0 commit comments