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 48b758e commit 5a2a0a3Copy full SHA for 5a2a0a3
.github/workflows/lint.yml
@@ -51,7 +51,4 @@ jobs:
51
run: uv run ruff format --check .
52
53
- name: Run Pyright check
54
- uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
55
- with:
56
- version: PATH
57
- working-directory: ./python/${{ matrix.project }}
+ run: uv run pyright src/
0 commit comments