Skip to content

Commit 7250f6f

Browse files
committed
ci/cd: install types-pexpect
1 parent bd01bda commit 7250f6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919
- name: Install dependencies
20-
run: pip install mypy black
20+
run: pip install mypy black types-pexpect
2121
- name: Run black
2222
run: black --check shellspec.py
2323
- name: Run mypy
24-
run: mypy shellspec.py
24+
run: mypy --check-untyped-defs shellspec.py
2525

2626
docker-tests:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)