Skip to content

Commit

Permalink
chore: bump pyright to 1.1.391 (#2316)
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
njzjz authored Jan 5, 2025
1 parent fb12ec8 commit ec3ccff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install uv
- run: uv pip install --system -e .
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.363
version: 1.1.391

0 comments on commit ec3ccff

Please sign in to comment.