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 b6108ff commit 632166eCopy full SHA for 632166e
.github/workflows/python-package.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: mypy
70
run: |
71
pip install mypy==0.931
72
- mypy --install-types requirements.txt
+ mypy --install-types --non-interactive src/
73
mypy -p labelbox --pretty --show-error-codes
74
- name: Install package and test dependencies
75
0 commit comments