Update pyright to 1.1.278 (#9077)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Nikita Sobolev
2022-11-03 18:32:10 +03:00
committed by GitHub
parent a17fa5001a
commit 86f9d93003
8 changed files with 9 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
env:
PYRIGHT_VERSION: 1.1.273 # Must match pyright_test.py.
PYRIGHT_VERSION: 1.1.278 # Must match pyright_test.py.
steps:
- uses: actions/checkout@v3
- uses: jakebailey/pyright-action@v1