Now mypy wants types for requests installed

This commit is contained in:
Kovid Goyal 2021-06-09 08:14:02 +05:30
parent f26d5b02cb
commit 260b300da9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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