Skip to content

Commit 7f79e4b

Browse files
committed
mypy auto install types
1 parent ef1725c commit 7f79e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Mypy check
4141
run: |
4242
pip install mypy
43-
mypy lighttree
43+
mypy --install-types --non-interactive lighttree
4444
- name: Test with pytest
4545
run: |
4646
pytest

0 commit comments

Comments
 (0)