tox -e mypy
Details
Details
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Branch
- feature/typing
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 7905 Build 11378: tox-on-jenkins Jenkins Build 11377: arc lint + arc unit
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.