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 b3a266d commit 53c5acfCopy full SHA for 53c5acf
.github/workflows/python-package.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: mypy
64
run: |
65
pip install mypy==0.782
66
- mypy -p labelbox --pretty --show-error-codes --install-types
+ mypy -p labelbox --pretty --show-error-codes
67
- name: Install package and test dependencies
68
69
pip install tox==3.18.1
0 commit comments