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 5010d3a commit a4067d2Copy full SHA for a4067d2
1 file changed
.github/workflows/lint.yml
@@ -28,8 +28,7 @@ jobs:
28
python -m pip install uv
29
- name: Setup
30
run: |
31
- uv venv
32
- uv sync
+ uv sync --frozen
33
- name: Check formatting with black
34
35
uv tool run black --check .
0 commit comments