File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
# fail action if exit code isn't zero or one
45
45
(
46
46
mypy_primer \
47
- --new c605579af8 --old c605579af8 \
47
+ --new 61c346230cf4960c976 --old 61c346230cf4960c976 \
48
48
--custom-typeshed-repo typeshed_to_test \
49
49
--new-typeshed $GITHUB_SHA --old-typeshed upstream_master \
50
50
--num-shards 2 --shard-index ${{ matrix.shard-index }} \
Original file line number Diff line number Diff line change 84
84
- uses : actions/checkout@v2
85
85
- uses : jakebailey/pyright-action@v1
86
86
with :
87
- version : 1.1.142 # Must match pyright_test.py.
87
+ version : 1.1.144 # Must match pyright_test.py.
88
88
python-platform : ${{ matrix.python-platform }}
89
89
python-version : ${{ matrix.python-version }}
90
90
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 2
2
# typeshed is released on PyPI.
3
3
git+https://github.com/python/mypy.git@master
4
4
typed-ast>=1.0.4
5
- black==21.4b1
5
+ black==21.5b1
6
6
flake8==3.8.4
7
7
flake8-bugbear==20.1.4
8
8
flake8-pyi==20.10.0
9
9
isort==5.5.3
10
- pytype>=2021.5.11
10
+ pytype>=2021.5.25
Original file line number Diff line number Diff line change 5
5
import sys
6
6
from pathlib import Path
7
7
8
- _PYRIGHT_VERSION = "1.1.142 " # Must match tests.yml.
8
+ _PYRIGHT_VERSION = "1.1.144 " # Must match tests.yml.
9
9
_WELL_KNOWN_FILE = Path ("tests" , "pyright_test.py" )
10
10
11
11
You can’t perform that action at this time.
0 commit comments