Skip to content

Commit 4cd1906

Browse files
committed
update linting workflow
1 parent f8c778b commit 4cd1906

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11"]
14+
python-version: ["3.12", "3.13"]
1515
fail-fast: false
1616
steps:
1717
- name: Checkout code
@@ -38,7 +38,7 @@ jobs:
3838
version: ${{ env.PYRIGHT_VERSION }}
3939
python-version: ${{ matrix.python-version }}
4040
python-platform: Linux
41-
no-comments: true
41+
annotate: false
4242
warnings: true
4343

4444
- name: Run pyright (Windows)
@@ -49,5 +49,5 @@ jobs:
4949
version: ${{ env.PYRIGHT_VERSION }}
5050
python-version: ${{ matrix.python-version }}
5151
python-platform: Windows
52-
no-comments: true
52+
annotate: false
5353
warnings: true

0 commit comments

Comments
 (0)