Bump pyright to 1.1.394 (#3283)

This commit is contained in:
Alexander Kukushkin
2025-02-19 17:04:19 +01:00
committed by GitHub
parent 7531d41587
commit cf427e8b0b
8 changed files with 29 additions and 14 deletions
+3 -3
View File
@@ -188,17 +188,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Install dependencies
run: python -m pip install -r requirements.txt psycopg2-binary psycopg
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.391
version: 1.1.394
ydiff:
name: Test compatibility with the latest version of ydiff