We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01305df commit 4787a22Copy full SHA for 4787a22
.github/workflows/ruff.yaml
@@ -12,7 +12,8 @@ jobs:
12
- name: Install dependencies
13
run: |
14
python -m pip install uv
15
- uv pip compile pyproject.toml --extra ci | uv pip install --user -r -
+ uv venv
16
+ uv pip compile pyproject.toml --extra ci | uv pip install -r -
17
- name: ruff check
18
run: ruff check --output-format=github .
19
format:
@@ -26,7 +27,8 @@ jobs:
26
27
28
29
30
31
32
- name: ruff format
33
run: ruff format --diff .
34
# test:
0 commit comments