Update pytype and pyright (#6222)

* Upgrade pytype

* Update pyright
This commit is contained in:
Sebastian Rittau
2021-11-02 17:19:07 +01:00
committed by GitHub
parent 7e4a0cbbd2
commit ce94db762c
3 changed files with 3 additions and 3 deletions

View File

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