https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a7d9aca2b0df15c64d4e42e263422df9908ae42b authored by David Douard on 01 July 2020, 13:13:59 UTC
Extract the extra_headers from metadata on the Revision model class
Tip revision: a7d9aca
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