py-mypy: add v0.800 (#21386)

This commit is contained in:
Adam J. Stewart
2021-02-04 10:00:03 -06:00
committed by GitHub
parent 31722ac994
commit d14a6dc1f7
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
python-version: 3.9
- name: Install Python packages
run: |
pip install --upgrade pip six setuptools flake8 mypy black
pip install --upgrade pip six setuptools flake8 mypy>=0.800 black
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.