tox -e mypy
Details
Details
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DOBJS/job/tox/77/
See console output for more information: https://jenkins.softwareheritage.org/job/DOBJS/job/tox/77/console
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DOBJS/job/tox/78/ for more details.
swh/objstorage/api/server.py | ||
---|---|---|
8 | The json module is used down in that file, line 129, but the missing import is not flagged by flake8 because the same line, for different reasons (an assigned lambda), has a NoQA marker. The missing import is caught by mypy though, hence I've added the import. | |
swh/objstorage/tests/test_objstorage_azure.py | ||
30 | I'm not sure what you mean here. You want a heading "_" added, a getter, or what? |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DOBJS/job/tox/79/ for more details.