Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce94db7

Browse files
authored
Update pytype and pyright (#6222)
* Upgrade pytype * Update pyright
1 parent 7e4a0cb commit ce94db7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
9090
fail-fast: false
9191
env:
92-
PYRIGHT_VERSION: 1.1.175 # Must match pyright_test.py.
92+
PYRIGHT_VERSION: 1.1.184 # Must match pyright_test.py.
9393
steps:
9494
- uses: actions/checkout@v2
9595
- uses: jakebailey/pyright-action@v1

requirements-tests-py3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==0.910
2-
pytype==2021.10.11
2+
pytype==2021.10.25
33
typed-ast==1.4.3
44
black==21.9b0
55
flake8==4.0.1

tests/pyright_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from pathlib import Path
77

8-
_PYRIGHT_VERSION = "1.1.175" # Must match tests.yml.
8+
_PYRIGHT_VERSION = "1.1.184" # Must match tests.yml.
99
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")
1010

1111

0 commit comments

Comments
 (0)