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 46dd3c9 commit 4801391Copy full SHA for 4801391
.github/workflows/python-package.yml
@@ -68,7 +68,7 @@ jobs:
68
python -m pip install .
69
- name: mypy
70
run: |
71
- pip install mypy==0.782
+ pip install mypy==0.931
72
mypy -p labelbox --pretty --show-error-codes
73
- name: Install package and test dependencies
74
0 commit comments