Skip to content

Commit 65470a3

Browse files
committed
update pyright action
1 parent 0174686 commit 65470a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Install Dependencies and Package
4343
run: uv sync --all-extras
4444
- name: Run Pyright
45-
uses: jakebailey/pyright-action@v1
45+
uses: jakebailey/pyright-action@v2
4646
with:
47-
version: '1.1.394'
48-
warnings: false
49-
no-comments: ${{ matrix.python-version != '3.x' }}
47+
version: '1.1.407'
48+
annotate: ${{ matrix.python-version != '3.x' }}
49+
venv-path: .venv

0 commit comments

Comments
 (0)