Skip to content

Commit ec3ccff

Browse files
authored
chore: bump pyright to 1.1.391 (#2316)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Python version in the workflow configuration to 3.12. - Incremented the `pyright-action` version to 1.1.391 for improved compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent fb12ec8 commit ec3ccff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@master
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.12'
2424
- run: pip install uv
2525
- run: uv pip install --system -e .
2626
- uses: jakebailey/pyright-action@v2
2727
with:
28-
version: 1.1.363
28+
version: 1.1.391

0 commit comments

Comments
 (0)