https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 08632e7fd685caff11596d2e054d0122fe5ba541 authored by Valentin Lorentz on 30 July 2020, 15:25:49 UTC
Add missing object_type class attributes on MetadataAuthority, MetadataFetcher, and RawExtrinsicMetadata.
Tip revision: 08632e7
setup.cfg
[flake8]
# E203: whitespaces before ':' <https://github.com/psf/black/issues/315>
# E231: missing whitespace after ','
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
ignore = E203,E231,W503
max-line-length = 88
back to top