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

@@ -89,7 +89,7 @@ jobs:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
env:
PYRIGHT_VERSION: 1.1.175 # Must match pyright_test.py.
PYRIGHT_VERSION: 1.1.184 # Must match pyright_test.py.
steps:
- uses: actions/checkout@v2
- uses: jakebailey/pyright-action@v1