Also needs types for docutils

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

View File

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