File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 # fail action if exit code isn't zero or one
4545 (
4646 mypy_primer \
47- --new c605579af8 --old c605579af8 \
47+ --new 61c346230cf4960c976 --old 61c346230cf4960c976 \
4848 --custom-typeshed-repo typeshed_to_test \
4949 --new-typeshed $GITHUB_SHA --old-typeshed upstream_master \
5050 --num-shards 2 --shard-index ${{ matrix.shard-index }} \
Original file line number Diff line number Diff line change 8484 - uses : actions/checkout@v2
8585 - uses : jakebailey/pyright-action@v1
8686 with :
87- version : 1.1.142 # Must match pyright_test.py.
87+ version : 1.1.144 # Must match pyright_test.py.
8888 python-platform : ${{ matrix.python-platform }}
8989 python-version : ${{ matrix.python-version }}
9090 no-comments : ${{ matrix.python-version != '3.9' || matrix.python-platform != 'Linux' }} # Having each job create the same comment is too noisy.
Original file line number Diff line number Diff line change 22# typeshed is released on PyPI.
33git+https://github.com/python/mypy.git@master
44typed-ast>=1.0.4
5- black==21.4b1
5+ black==21.5b1
66flake8==3.8.4
77flake8-bugbear==20.1.4
88flake8-pyi==20.10.0
99isort==5.5.3
10- pytype>=2021.5.11
10+ pytype>=2021.5.25
Original file line number Diff line number Diff line change 55import sys
66from pathlib import Path
77
8- _PYRIGHT_VERSION = "1.1.142 " # Must match tests.yml.
8+ _PYRIGHT_VERSION = "1.1.144 " # Must match tests.yml.
99_WELL_KNOWN_FILE = Path ("tests" , "pyright_test.py" )
1010
1111
You can’t perform that action at this time.
0 commit comments