mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Also needs types for docutils
This commit is contained in:
parent
260b300da9
commit
7fb2b21a22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue