Specify the type of files to make mypy happy (I hope)

This commit is contained in:
Kovid Goyal
2021-06-09 08:24:36 +05:30
parent 7fb2b21a22
commit fc99d4d757
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ jobs:
python-version: 3.8
- name: Install build-only deps
run: pip install flake8 mypy types-requests types-docutils types-docutils sphinx
run: pip install flake8 mypy types-requests types-docutils sphinx
- name: Run pyflakes
run: python -m flake8 --count .