Bump pyright (#5357)

For #5348

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-05-06 15:26:24 -07:00
committed by GitHub
parent 0bfb28b0b6
commit 4bf4d6adb6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import subprocess
import sys
from pathlib import Path
_PYRIGHT_VERSION = "1.1.137" # Must match tests.yml.
_PYRIGHT_VERSION = "1.1.138" # Must match tests.yml.
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")