We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdc1dd commit ff96da5Copy full SHA for ff96da5
.github/workflows/main.yml
@@ -17,6 +17,6 @@ jobs:
17
with:
18
python-version: '3.12'
19
- name: Install uv
20
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@v6
21
- run: uvx pyright .
22
- run: uvx ruff check .
0 commit comments