summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-02-04 10:00:03 -0600
committerGitHub <noreply@github.com>2021-02-04 10:00:03 -0600
commitd14a6dc1f737faa15f2ec931685d9eb1117a90b5 (patch)
tree01565f6812764bf36a399887b3511c6da3890b7f /.github
parent31722ac9949927a0c971f792a2dfc49c92168ba2 (diff)
downloadspack-d14a6dc1f737faa15f2ec931685d9eb1117a90b5.tar.gz
spack-d14a6dc1f737faa15f2ec931685d9eb1117a90b5.tar.bz2
spack-d14a6dc1f737faa15f2ec931685d9eb1117a90b5.tar.xz
spack-d14a6dc1f737faa15f2ec931685d9eb1117a90b5.zip
py-mypy: add v0.800 (#21386)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/style_and_docs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style_and_docs.yaml b/.github/workflows/style_and_docs.yaml
index 5a940da99e..0f84e1e885 100644
--- a/.github/workflows/style_and_docs.yaml
+++ b/.github/workflows/style_and_docs.yaml
@@ -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.