https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a9fde72c48162a6710add58355f2802f88c907f0 authored by Antoine R. Dumont (@ardumont) on 13 September 2021, 12:25:34 UTC
Allow filtering extids per extid_version/extid_type when reading
Tip revision: a9fde72
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