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

@@ -6,7 +6,7 @@ import subprocess
import sys
from pathlib import Path
_PYRIGHT_VERSION = "1.1.273" # Must match .github/workflows/tests.yml.
_PYRIGHT_VERSION = "1.1.278" # Must match .github/workflows/tests.yml.
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")