CI: update pyright (#4506)

This commit is contained in:
black-sliver
2025-01-17 21:30:18 +01:00
committed by GitHub
parent 2b9fa89050
commit 1ac8349bd4

View File

@@ -26,7 +26,7 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip pyright==1.1.377
python -m pip install --upgrade pip pyright==1.1.392.post0
python ModuleUpdate.py --append "WebHostLib/requirements.txt" --force --yes
- name: "pyright: strict check on specific files"