https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: f723eb12af67f3a2f5613ac6650ff2480282e0ef authored by David Douard on 16 June 2020, 08:04:58 UTC
Fix the model: Revision.message can be None
Tip revision: f723eb1
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
.mypy_cache/
back to top