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 4a8c217 commit 82385bbCopy full SHA for 82385bb
.github/workflows/python.yml
@@ -61,7 +61,7 @@ jobs:
61
uv run --frozen coverage report --fail-under=80
62
63
- name: Run pyright
64
- run: uv run --all-packages pyright
+ run: uv run --frozen --all-packages pyright
65
66
- name: Run ruff format
67
run: uv run --frozen ruff format .
0 commit comments