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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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 .