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 8e5d0dc commit 846a682Copy full SHA for 846a682
tox.ini
@@ -22,7 +22,7 @@ commands=
22
pipenv run flake8 labelbox/ tests/
23
pipenv run pylint labelbox/
24
pipenv run check-manifest -v
25
- pipenv run python setup.py check -r -s
+ pipenv run python setup.py check -s
26
pipenv run mypy \
27
--ignore-missing-imports \
28
--follow-imports=skip \
0 commit comments