We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174686 commit 65470a3Copy full SHA for 65470a3
1 file changed
.github/workflows/lint.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Install Dependencies and Package
43
run: uv sync --all-extras
44
- name: Run Pyright
45
- uses: jakebailey/pyright-action@v1
+ uses: jakebailey/pyright-action@v2
46
with:
47
- version: '1.1.394'
48
- warnings: false
49
- no-comments: ${{ matrix.python-version != '3.x' }}
+ version: '1.1.407'
+ annotate: ${{ matrix.python-version != '3.x' }}
+ venv-path: .venv
0 commit comments