From ec3ccfffc15877d19a88b6c83b7ab10f0d871552 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 5 Jan 2025 15:12:35 +0800 Subject: [PATCH] chore: bump pyright to 1.1.391 (#2316) ## 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. --- .github/workflows/pyright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index a6e049c3f..6f6c3c8b4 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -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