We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1725c commit 7f79e4bCopy full SHA for 7f79e4b
.github/workflows/python-package.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Mypy check
41
run: |
42
pip install mypy
43
- mypy lighttree
+ mypy --install-types --non-interactive lighttree
44
- name: Test with pytest
45
46
pytest
0 commit comments