Bump to pyright 1.1.142 (#5515)

This commit is contained in:
Jake Bailey
2021-05-21 10:32:22 -07:00
committed by GitHub
parent acca3181ed
commit 6d0b7889d3
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.140" # Must match tests.yml.
_PYRIGHT_VERSION = "1.1.142" # Must match tests.yml.
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")