We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc1d59 commit a6635a9Copy full SHA for a6635a9
.github/workflows/typing.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install mypy==0.921 types-protobuf==3.19.21
22
+ pip install typed-ast==1.5.5
23
24
- name: Execute run_stubtest.py
25
@@ -40,6 +41,7 @@ jobs:
40
41
42
43
44
45
46
- name: Run mypy
47
0 commit comments